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