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