pub struct JsonCanonicalDecoder;Expand description
Decoder for json/jsonb that canonicalizes into sorted-key compact
JSON text.
Trait Implementations§
Source§impl Clone for JsonCanonicalDecoder
impl Clone for JsonCanonicalDecoder
Source§fn clone(&self) -> JsonCanonicalDecoder
fn clone(&self) -> JsonCanonicalDecoder
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 JsonCanonicalDecoder
Source§impl Debug for JsonCanonicalDecoder
impl Debug for JsonCanonicalDecoder
Source§impl Default for JsonCanonicalDecoder
impl Default for JsonCanonicalDecoder
Source§fn default() -> JsonCanonicalDecoder
fn default() -> JsonCanonicalDecoder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for JsonCanonicalDecoder
impl RefUnwindSafe for JsonCanonicalDecoder
impl Send for JsonCanonicalDecoder
impl Sync for JsonCanonicalDecoder
impl Unpin for JsonCanonicalDecoder
impl UnsafeUnpin for JsonCanonicalDecoder
impl UnwindSafe for JsonCanonicalDecoder
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