pub enum TimeResolution {
Day,
Week,
Month,
}
Variants§
Trait Implementations§
Source§impl Clone for TimeResolution
impl Clone for TimeResolution
Source§fn clone(&self) -> TimeResolution
fn clone(&self) -> TimeResolution
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for TimeResolution
impl Debug for TimeResolution
Auto Trait Implementations§
impl Freeze for TimeResolution
impl RefUnwindSafe for TimeResolution
impl Send for TimeResolution
impl Sync for TimeResolution
impl Unpin for TimeResolution
impl UnwindSafe for TimeResolution
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