Enum openssl::x509::AuthorityInformationAccess
source · pub enum AuthorityInformationAccess {}
Expand description
The CRL extension identifying how to access information and services for the issuer of the CRL
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AuthorityInformationAccess
impl RefUnwindSafe for AuthorityInformationAccess
impl Send for AuthorityInformationAccess
impl Sync for AuthorityInformationAccess
impl Unpin for AuthorityInformationAccess
impl UnwindSafe for AuthorityInformationAccess
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