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