pub struct TimestampTzVerbatimDecoder;Expand description
Decoder for timestamptz. Preserves the wire text verbatim.
Trait Implementations§
Source§impl Clone for TimestampTzVerbatimDecoder
impl Clone for TimestampTzVerbatimDecoder
Source§fn clone(&self) -> TimestampTzVerbatimDecoder
fn clone(&self) -> TimestampTzVerbatimDecoder
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 moreimpl Copy for TimestampTzVerbatimDecoder
Source§impl Debug for TimestampTzVerbatimDecoder
impl Debug for TimestampTzVerbatimDecoder
Source§impl Default for TimestampTzVerbatimDecoder
impl Default for TimestampTzVerbatimDecoder
Source§fn default() -> TimestampTzVerbatimDecoder
fn default() -> TimestampTzVerbatimDecoder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for TimestampTzVerbatimDecoder
impl RefUnwindSafe for TimestampTzVerbatimDecoder
impl Send for TimestampTzVerbatimDecoder
impl Sync for TimestampTzVerbatimDecoder
impl Unpin for TimestampTzVerbatimDecoder
impl UnsafeUnpin for TimestampTzVerbatimDecoder
impl UnwindSafe for TimestampTzVerbatimDecoder
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