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