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