pub struct RelativeDuration;
Trait Implementations§
Source§impl Codec for RelativeDuration
impl Codec for RelativeDuration
Auto Trait Implementations§
impl Freeze for RelativeDuration
impl RefUnwindSafe for RelativeDuration
impl Send for RelativeDuration
impl Sync for RelativeDuration
impl Unpin for RelativeDuration
impl UnwindSafe for RelativeDuration
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