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