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