pub struct SerdeJson;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SerdeJson
impl RefUnwindSafe for SerdeJson
impl Send for SerdeJson
impl Sync for SerdeJson
impl Unpin for SerdeJson
impl UnwindSafe for SerdeJson
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