pub struct JsonCodecLib { /* private fields */ }Expand description
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for JsonCodecLib
impl RefUnwindSafe for JsonCodecLib
impl Send for JsonCodecLib
impl Sync for JsonCodecLib
impl Unpin for JsonCodecLib
impl UnsafeUnpin for JsonCodecLib
impl UnwindSafe for JsonCodecLib
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