Struct vstd::std_specs::core::ExDuration
source · pub struct ExDuration(/* private fields */);
Auto Trait Implementations§
impl RefUnwindSafe for ExDuration
impl Send for ExDuration
impl Sync for ExDuration
impl Unpin for ExDuration
impl UnwindSafe for ExDuration
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more