pub struct PoSQLTimeZone { /* private fields */ }Expand description
Defines a timezone as count of seconds offset from UTC Captures a timezone from a timestamp query
Implementations§
Trait Implementations§
Source§impl Clone for PoSQLTimeZone
 
impl Clone for PoSQLTimeZone
Source§fn clone(&self) -> PoSQLTimeZone
 
fn clone(&self) -> PoSQLTimeZone
Returns a copy 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 PoSQLTimeZone
 
impl Debug for PoSQLTimeZone
Source§impl<'de> Deserialize<'de> for PoSQLTimeZone
 
impl<'de> Deserialize<'de> for PoSQLTimeZone
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 Display for PoSQLTimeZone
 
impl Display for PoSQLTimeZone
Source§impl Hash for PoSQLTimeZone
 
impl Hash for PoSQLTimeZone
Source§impl PartialEq for PoSQLTimeZone
 
impl PartialEq for PoSQLTimeZone
Source§impl Serialize for PoSQLTimeZone
 
impl Serialize for PoSQLTimeZone
impl Copy for PoSQLTimeZone
impl Eq for PoSQLTimeZone
impl StructuralPartialEq for PoSQLTimeZone
Auto Trait Implementations§
impl Freeze for PoSQLTimeZone
impl RefUnwindSafe for PoSQLTimeZone
impl Send for PoSQLTimeZone
impl Sync for PoSQLTimeZone
impl Unpin for PoSQLTimeZone
impl UnwindSafe for PoSQLTimeZone
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