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