pub enum ExtractField {
Year,
Month,
Day,
Hour,
Minute,
Second,
Microsecond,
}Variants§
Trait Implementations§
Source§impl Clone for ExtractField
impl Clone for ExtractField
Source§fn clone(&self) -> ExtractField
fn clone(&self) -> ExtractField
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 ExtractField
Source§impl Debug for ExtractField
impl Debug for ExtractField
Source§impl Display for ExtractField
impl Display for ExtractField
impl Eq for ExtractField
Source§impl PartialEq for ExtractField
impl PartialEq for ExtractField
Source§fn eq(&self, other: &ExtractField) -> bool
fn eq(&self, other: &ExtractField) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ExtractField
Auto Trait Implementations§
impl Freeze for ExtractField
impl RefUnwindSafe for ExtractField
impl Send for ExtractField
impl Sync for ExtractField
impl Unpin for ExtractField
impl UnsafeUnpin for ExtractField
impl UnwindSafe for ExtractField
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