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