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