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