Struct security_framework::os::macos::certificate::CertificateProperties
source · pub struct CertificateProperties(/* private fields */);
Expand description
Properties associated with a certificate.
Implementations§
source§impl CertificateProperties
impl CertificateProperties
sourcepub fn get(&self, oid: CertificateOid) -> Option<CertificateProperty>
pub fn get(&self, oid: CertificateOid) -> Option<CertificateProperty>
Retrieves a specific property identified by its OID.
Auto Trait Implementations§
impl Freeze for CertificateProperties
impl RefUnwindSafe for CertificateProperties
impl !Send for CertificateProperties
impl !Sync for CertificateProperties
impl Unpin for CertificateProperties
impl UnwindSafe for CertificateProperties
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