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