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