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