pub struct DisplayMs(pub Duration);Expand description
Tuple Fields§
§0: DurationTrait Implementations§
Auto Trait Implementations§
impl Freeze for DisplayMs
impl RefUnwindSafe for DisplayMs
impl Send for DisplayMs
impl Sync for DisplayMs
impl Unpin for DisplayMs
impl UnsafeUnpin for DisplayMs
impl UnwindSafe for DisplayMs
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