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