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