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