pub struct StrictJsonCodec;Expand description
StrictJsonCodec data container.
Trait Implementations§
Source§impl Clone for StrictJsonCodec
impl Clone for StrictJsonCodec
Source§fn clone(&self) -> StrictJsonCodec
fn clone(&self) -> StrictJsonCodec
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Codec<Value> for StrictJsonCodec
impl Codec<Value> for StrictJsonCodec
Source§impl Debug for StrictJsonCodec
impl Debug for StrictJsonCodec
Source§impl Default for StrictJsonCodec
impl Default for StrictJsonCodec
Source§fn default() -> StrictJsonCodec
fn default() -> StrictJsonCodec
Returns the “default value” for a type. Read more
impl Copy for StrictJsonCodec
Auto Trait Implementations§
impl Freeze for StrictJsonCodec
impl RefUnwindSafe for StrictJsonCodec
impl Send for StrictJsonCodec
impl Sync for StrictJsonCodec
impl Unpin for StrictJsonCodec
impl UnsafeUnpin for StrictJsonCodec
impl UnwindSafe for StrictJsonCodec
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