Struct fancy_duration::FancyDuration
source · [−]pub struct FancyDuration<D: AsSecs>(pub D);Tuple Fields
0: DImplementations
Trait Implementations
Auto Trait Implementations
impl<D> RefUnwindSafe for FancyDuration<D> where
D: RefUnwindSafe,
impl<D> Send for FancyDuration<D> where
D: Send,
impl<D> Sync for FancyDuration<D> where
D: Sync,
impl<D> Unpin for FancyDuration<D> where
D: Unpin,
impl<D> UnwindSafe for FancyDuration<D> where
D: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more