pub enum Truncate {
Nano,
Micro,
Millis,
Second,
Minute,
Hour,
Day,
Month,
Year,
}Variants§
Trait Implementations§
Source§impl PartialOrd for Truncate
impl PartialOrd for Truncate
impl Copy for Truncate
impl StructuralPartialEq for Truncate
Auto Trait Implementations§
impl Freeze for Truncate
impl RefUnwindSafe for Truncate
impl Send for Truncate
impl Sync for Truncate
impl Unpin for Truncate
impl UnwindSafe for Truncate
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