Struct human_repr::HumanDuration
source · [−]pub struct HumanDuration(_);Trait Implementations
sourceimpl Debug for HumanDuration
impl Debug for HumanDuration
sourceimpl Display for HumanDuration
impl Display for HumanDuration
sourceimpl PartialEq<&'_ str> for HumanDuration
impl PartialEq<&'_ str> for HumanDuration
Auto Trait Implementations
impl RefUnwindSafe for HumanDuration
impl Send for HumanDuration
impl Sync for HumanDuration
impl Unpin for HumanDuration
impl UnwindSafe for HumanDuration
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