Struct security_framework::os::macos::certificate::CertificateProperty
source · pub struct CertificateProperty(/* private fields */);
Expand description
A property associated with a certificate.
Implementations§
Auto Trait Implementations§
impl Freeze for CertificateProperty
impl RefUnwindSafe for CertificateProperty
impl !Send for CertificateProperty
impl !Sync for CertificateProperty
impl Unpin for CertificateProperty
impl UnwindSafe for CertificateProperty
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