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