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