Struct libsecret_sys::SecretCollection
source · #[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 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 more