#[repr(C)]pub struct GoaDocumentsProxyClass {
pub parent_class: GDBusProxyClass,
}Fields§
§parent_class: GDBusProxyClassTrait Implementations§
Source§impl Clone for GoaDocumentsProxyClass
impl Clone for GoaDocumentsProxyClass
Source§fn clone(&self) -> GoaDocumentsProxyClass
fn clone(&self) -> GoaDocumentsProxyClass
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 GoaDocumentsProxyClass
impl Debug for GoaDocumentsProxyClass
impl Copy for GoaDocumentsProxyClass
Auto Trait Implementations§
impl Freeze for GoaDocumentsProxyClass
impl RefUnwindSafe for GoaDocumentsProxyClass
impl !Send for GoaDocumentsProxyClass
impl !Sync for GoaDocumentsProxyClass
impl Unpin for GoaDocumentsProxyClass
impl UnwindSafe for GoaDocumentsProxyClass
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