pub enum TimePart {
Minute,
Hour,
Day,
Week,
Month,
Year,
}Expand description
Which time component to extract from a timestamp.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TimePart
impl RefUnwindSafe for TimePart
impl Send for TimePart
impl Sync for TimePart
impl Unpin for TimePart
impl UnsafeUnpin for TimePart
impl UnwindSafe for TimePart
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