#[repr(C)]pub enum TimeUnits {
SECOND_UNIT = 1,
MINUTE_UNIT = 2,
HOUR_UNIT = 3,
DAY_UNIT = 4,
MONTH_UNIT = 5,
YEAR_UNIT = 6,
}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