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