pub enum TimeUnits {
NanoSeconds,
MicroSeconds,
MilliSeconds,
Seconds,
Minutes,
Hours,
Days,
Weeks,
}Variants§
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