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