pub struct TimeUnits {}
Expand description
This struct is used internally to hold the time units without nano second time units
Trait Implementations§
Source§impl TimeUnitsLike for TimeUnits
impl TimeUnitsLike for TimeUnits
Auto Trait Implementations§
impl Freeze for TimeUnits
impl RefUnwindSafe for TimeUnits
impl Send for TimeUnits
impl Sync for TimeUnits
impl Unpin for TimeUnits
impl UnwindSafe for TimeUnits
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