pub struct AtTimeZone {
pub this: Expression,
pub zone: Expression,
}Expand description
AT TIME ZONE expression for timezone conversion
Fields§
§this: ExpressionThe expression to convert
zone: ExpressionThe target timezone
Trait Implementations§
Source§impl Clone for AtTimeZone
impl Clone for AtTimeZone
Source§fn clone(&self) -> AtTimeZone
fn clone(&self) -> AtTimeZone
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 AtTimeZone
impl Debug for AtTimeZone
Source§impl<'de> Deserialize<'de> for AtTimeZone
impl<'de> Deserialize<'de> for AtTimeZone
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 AtTimeZone
impl PartialEq for AtTimeZone
Source§impl Serialize for AtTimeZone
impl Serialize for AtTimeZone
impl StructuralPartialEq for AtTimeZone
Auto Trait Implementations§
impl Freeze for AtTimeZone
impl RefUnwindSafe for AtTimeZone
impl Send for AtTimeZone
impl Sync for AtTimeZone
impl Unpin for AtTimeZone
impl UnwindSafe for AtTimeZone
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