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