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