pub struct Timestamptz;Trait Implementations§
Source§impl Clone for Timestamptz
impl Clone for Timestamptz
Source§fn clone(&self) -> Timestamptz
fn clone(&self) -> Timestamptz
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 Timestamptz
impl Debug for Timestamptz
Source§impl Default for Timestamptz
impl Default for Timestamptz
Source§fn default() -> Timestamptz
fn default() -> Timestamptz
Returns the “default value” for a type. Read more
Source§impl Hash for Timestamptz
impl Hash for Timestamptz
Source§impl PartialEq for Timestamptz
impl PartialEq for Timestamptz
Source§fn eq(&self, other: &Timestamptz) -> bool
fn eq(&self, other: &Timestamptz) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Assignable<Timestamp> for Timestamptz
impl Assignable<Timestamptz> for Any
impl Assignable for Timestamptz
impl Compatible<Any> for Timestamptz
impl Compatible<Placeholder> for Timestamptz
impl Compatible<Text> for Timestamptz
impl Compatible<Timestamp> for Timestamptz
impl Compatible<Timestamptz> for Any
impl Compatible<Timestamptz> for Placeholder
impl Compatible<Timestamptz> for Text
impl Compatible<Timestamptz> for Timestamp
impl Compatible for Timestamptz
impl Copy for Timestamptz
impl DataType for Timestamptz
impl Eq for Timestamptz
impl StructuralPartialEq for Timestamptz
impl Temporal for Timestamptz
Auto Trait Implementations§
impl Freeze for Timestamptz
impl RefUnwindSafe for Timestamptz
impl Send for Timestamptz
impl Sync for Timestamptz
impl Unpin for Timestamptz
impl UnsafeUnpin for Timestamptz
impl UnwindSafe for Timestamptz
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