pub struct Json_default { /* private fields */ }Trait Implementations§
Source§impl Deref for Json_default
impl Deref for Json_default
impl LazyStatic for Json_default
Auto Trait Implementations§
impl Freeze for Json_default
impl RefUnwindSafe for Json_default
impl Send for Json_default
impl Sync for Json_default
impl Unpin for Json_default
impl UnwindSafe for Json_default
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