#[repr(C)]pub struct SecretCollection {
pub parent: GDBusProxy,
pub pv: *mut SecretCollectionPrivate,
}Fields§
§parent: GDBusProxy§pv: *mut SecretCollectionPrivateTrait Implementations§
Source§impl Clone for SecretCollection
impl Clone for SecretCollection
Source§fn clone(&self) -> SecretCollection
fn clone(&self) -> SecretCollection
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SecretCollection
Auto Trait Implementations§
impl !Send for SecretCollection
impl !Sync for SecretCollection
impl Freeze for SecretCollection
impl RefUnwindSafe for SecretCollection
impl Unpin for SecretCollection
impl UnsafeUnpin 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