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