#[repr(C)]pub struct _JsonReaderPrivate { /* private fields */ }Trait Implementations§
Source§impl Clone for _JsonReaderPrivate
impl Clone for _JsonReaderPrivate
Source§fn clone(&self) -> _JsonReaderPrivate
fn clone(&self) -> _JsonReaderPrivate
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for _JsonReaderPrivate
impl Debug for _JsonReaderPrivate
impl Copy for _JsonReaderPrivate
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