#[repr(C)]pub struct JsonReader {
pub parent_instance: GObject,
pub priv_: *mut JsonReaderPrivate,
}Fields§
§parent_instance: GObject§priv_: *mut JsonReaderPrivateTrait Implementations§
Source§impl Clone for JsonReader
impl Clone for JsonReader
Source§fn clone(&self) -> JsonReader
fn clone(&self) -> JsonReader
Returns a duplicate 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 JsonReader
impl Debug for JsonReader
impl Copy for JsonReader
Auto Trait Implementations§
impl Freeze for JsonReader
impl RefUnwindSafe for JsonReader
impl !Send for JsonReader
impl !Sync for JsonReader
impl Unpin for JsonReader
impl UnwindSafe for JsonReader
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