pub struct DateDiffFunc {
pub this: Expression,
pub expression: Expression,
pub unit: Option<IntervalUnit>,
}Expand description
DATEDIFF function
Fields§
§this: Expression§expression: Expression§unit: Option<IntervalUnit>Trait Implementations§
Source§impl Clone for DateDiffFunc
impl Clone for DateDiffFunc
Source§fn clone(&self) -> DateDiffFunc
fn clone(&self) -> DateDiffFunc
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 DateDiffFunc
impl Debug for DateDiffFunc
Source§impl<'de> Deserialize<'de> for DateDiffFunc
impl<'de> Deserialize<'de> for DateDiffFunc
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 DateDiffFunc
impl PartialEq for DateDiffFunc
Source§impl Serialize for DateDiffFunc
impl Serialize for DateDiffFunc
impl StructuralPartialEq for DateDiffFunc
Auto Trait Implementations§
impl Freeze for DateDiffFunc
impl RefUnwindSafe for DateDiffFunc
impl Send for DateDiffFunc
impl Sync for DateDiffFunc
impl Unpin for DateDiffFunc
impl UnwindSafe for DateDiffFunc
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