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