pub struct JsonCodec;Expand description
Zero-sized JSON codec — UTF-8 text, canonical (sorted-key) JSON. Matches
TS jsonCodec byte-for-byte on the value schemas Graph emits.
Trait Implementations§
Source§impl<T> Codec<T> for JsonCodec
impl<T> Codec<T> for JsonCodec
impl Copy for JsonCodec
Auto Trait Implementations§
impl Freeze for JsonCodec
impl RefUnwindSafe for JsonCodec
impl Send for JsonCodec
impl Sync for JsonCodec
impl Unpin for JsonCodec
impl UnsafeUnpin for JsonCodec
impl UnwindSafe for JsonCodec
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