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