#[repr(u8)]pub enum TimeScale {
Show 14 variants
NoScale = 0,
Steps = 1,
Symbolic = 2,
Nanoseconds = 3,
Microseconds = 4,
Millisecond = 5,
Second = 6,
Minute = 7,
Hour = 8,
Day = 9,
Week = 10,
Month = 11,
Quarter = 12,
Year = 13,
}Variants§
NoScale = 0
Steps = 1
Symbolic = 2
Nanoseconds = 3
Microseconds = 4
Millisecond = 5
Second = 6
Minute = 7
Hour = 8
Day = 9
Week = 10
Month = 11
Quarter = 12
Year = 13
Trait Implementations§
impl Copy for TimeScale
impl Eq for TimeScale
impl StructuralPartialEq for TimeScale
Auto Trait Implementations§
impl Freeze for TimeScale
impl RefUnwindSafe for TimeScale
impl Send for TimeScale
impl Sync for TimeScale
impl Unpin for TimeScale
impl UnwindSafe for TimeScale
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