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