pub enum TimeUnit {
Hour,
Minute,
Second,
Day,
Week,
Month,
Year,
}
Variants§
Hour
Value “H”
Minute
Value “Min”
Second
Value “S”
Day
Value “D”
Week
Value “Wk”
Month
Value “Mo”
Year
Value “Yr”
Implementations§
Trait Implementations§
Source§impl ToFixString for TimeUnit
impl ToFixString for TimeUnit
fn to_fix_string(&self) -> FixString
impl Copy for TimeUnit
impl Eq for TimeUnit
impl StructuralPartialEq for TimeUnit
Auto Trait Implementations§
impl Freeze for TimeUnit
impl RefUnwindSafe for TimeUnit
impl Send for TimeUnit
impl Sync for TimeUnit
impl Unpin for TimeUnit
impl UnwindSafe for TimeUnit
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