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