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 UnsafeUnpin 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