pub enum TimestampGranularity {
Word,
Segment,
}
Variants§
Trait Implementations§
source§impl Clone for TimestampGranularity
impl Clone for TimestampGranularity
source§fn clone(&self) -> TimestampGranularity
fn clone(&self) -> TimestampGranularity
Returns a copy 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 TimestampGranularity
impl Debug for TimestampGranularity
source§impl Default for TimestampGranularity
impl Default for TimestampGranularity
source§fn default() -> TimestampGranularity
fn default() -> TimestampGranularity
Returns the “default value” for a type. Read more
source§impl Display for TimestampGranularity
impl Display for TimestampGranularity
source§impl PartialEq for TimestampGranularity
impl PartialEq for TimestampGranularity
source§fn eq(&self, other: &TimestampGranularity) -> bool
fn eq(&self, other: &TimestampGranularity) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for TimestampGranularity
impl Serialize for TimestampGranularity
impl StructuralPartialEq for TimestampGranularity
Auto Trait Implementations§
impl Freeze for TimestampGranularity
impl RefUnwindSafe for TimestampGranularity
impl Send for TimestampGranularity
impl Sync for TimestampGranularity
impl Unpin for TimestampGranularity
impl UnwindSafe for TimestampGranularity
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