pub struct JsonCodec<Output> { /* private fields */ }
Expand description
Json encoding and decoding
Trait Implementations§
Auto Trait Implementations§
impl<Output> Freeze for JsonCodec<Output>
impl<Output> RefUnwindSafe for JsonCodec<Output>where
Output: RefUnwindSafe,
impl<Output> Send for JsonCodec<Output>where
Output: Send,
impl<Output> Sync for JsonCodec<Output>where
Output: Sync,
impl<Output> Unpin for JsonCodec<Output>where
Output: Unpin,
impl<Output> UnwindSafe for JsonCodec<Output>where
Output: UnwindSafe,
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