pub enum TimeUnits {
Seconds,
Minutes,
Hours,
Days,
Months,
Years,
Decades,
Centuries,
Millenniums,
}Variants§
Trait Implementations§
impl Copy for TimeUnits
impl Eq for TimeUnits
impl StructuralPartialEq 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