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