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