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