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