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