pub struct Json<S = Root> { /* private fields */ }Expand description
An untyped object/json field. The escape hatch: existence, or a raw
clause spliced in verbatim.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<S> Freeze for Json<S>
impl<S> RefUnwindSafe for Json<S>
impl<S> Send for Json<S>
impl<S> Sync for Json<S>
impl<S> Unpin for Json<S>
impl<S> UnsafeUnpin for Json<S>
impl<S> UnwindSafe for Json<S>
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