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