pub struct ExtractFunc {
pub this: Expression,
pub field: DateTimeField,
}Expand description
EXTRACT function
Fields§
§this: Expression§field: DateTimeFieldTrait Implementations§
Source§impl Clone for ExtractFunc
impl Clone for ExtractFunc
Source§fn clone(&self) -> ExtractFunc
fn clone(&self) -> ExtractFunc
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 ExtractFunc
impl Debug for ExtractFunc
Source§impl<'de> Deserialize<'de> for ExtractFunc
impl<'de> Deserialize<'de> for ExtractFunc
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for ExtractFunc
impl PartialEq for ExtractFunc
Source§impl Serialize for ExtractFunc
impl Serialize for ExtractFunc
impl StructuralPartialEq for ExtractFunc
Auto Trait Implementations§
impl Freeze for ExtractFunc
impl RefUnwindSafe for ExtractFunc
impl Send for ExtractFunc
impl Sync for ExtractFunc
impl Unpin for ExtractFunc
impl UnwindSafe for ExtractFunc
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