Enum scylladb_parse::TimeUnit
source · [−]pub enum TimeUnit {
Nanos,
Micros,
Millis,
Seconds,
Minutes,
Hours,
Days,
Weeks,
Months,
Years,
}Variants
Nanos
Micros
Millis
Seconds
Minutes
Hours
Days
Weeks
Months
Years
Trait Implementations
impl Copy for TimeUnit
Auto Trait Implementations
impl RefUnwindSafe for TimeUnit
impl Send for TimeUnit
impl Sync for TimeUnit
impl Unpin for TimeUnit
impl UnwindSafe for TimeUnit
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more