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