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