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