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