pub enum IndexDateStyle {
Date,
DateTime,
}Expand description
Date style hint.
Variants§
Trait Implementations§
Source§impl Clone for IndexDateStyle
impl Clone for IndexDateStyle
Source§fn clone(&self) -> IndexDateStyle
fn clone(&self) -> IndexDateStyle
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 moreSource§impl Debug for IndexDateStyle
impl Debug for IndexDateStyle
Source§impl PartialEq for IndexDateStyle
impl PartialEq for IndexDateStyle
Source§fn eq(&self, other: &IndexDateStyle) -> bool
fn eq(&self, other: &IndexDateStyle) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for IndexDateStyle
impl Eq for IndexDateStyle
impl StructuralPartialEq for IndexDateStyle
Auto Trait Implementations§
impl Freeze for IndexDateStyle
impl RefUnwindSafe for IndexDateStyle
impl Send for IndexDateStyle
impl Sync for IndexDateStyle
impl Unpin for IndexDateStyle
impl UnsafeUnpin for IndexDateStyle
impl UnwindSafe for IndexDateStyle
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