pub struct JsonUviCodec<M> { /* private fields */ }Implementations§
Source§impl<M> JsonUviCodec<M>
impl<M> JsonUviCodec<M>
Trait Implementations§
Source§impl<M> Clone for JsonUviCodec<M>
impl<M> Clone for JsonUviCodec<M>
Source§impl<M> Decoder for JsonUviCodec<M>where
M: DeserializeOwned,
impl<M> Decoder for JsonUviCodec<M>where
M: DeserializeOwned,
Source§impl<M> Default for JsonUviCodec<M>
impl<M> Default for JsonUviCodec<M>
Source§impl<M> Encoder for JsonUviCodec<M>where
M: Serialize,
impl<M> Encoder for JsonUviCodec<M>where
M: Serialize,
Auto Trait Implementations§
impl<M> Freeze for JsonUviCodec<M>
impl<M> RefUnwindSafe for JsonUviCodec<M>where
M: RefUnwindSafe,
impl<M> Send for JsonUviCodec<M>where
M: Send,
impl<M> Sync for JsonUviCodec<M>where
M: Sync,
impl<M> Unpin for JsonUviCodec<M>where
M: Unpin,
impl<M> UnwindSafe for JsonUviCodec<M>where
M: 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