#[repr(C)]pub struct SecretService {
pub parent: GDBusProxy,
pub pv: *mut SecretServicePrivate,
}
Fields§
§parent: GDBusProxy
§pv: *mut SecretServicePrivate
Trait Implementations§
Source§impl Clone for SecretService
impl Clone for SecretService
Source§fn clone(&self) -> SecretService
fn clone(&self) -> SecretService
Returns a copy 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 SecretService
impl Debug for SecretService
impl Copy for SecretService
Auto Trait Implementations§
impl Freeze for SecretService
impl RefUnwindSafe for SecretService
impl !Send for SecretService
impl !Sync for SecretService
impl Unpin for SecretService
impl UnwindSafe for SecretService
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