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