Enum openssl::x509::ReasonCode
source · [−]pub enum ReasonCode {}
Expand description
The CRL entry extension identifying the reason for revocation see CrlReason
,
this is as defined in RFC 5280 Section 5.3.1.
Trait Implementations
sourceimpl ExtensionType for ReasonCode
impl ExtensionType for ReasonCode
const NID: Nid = _
type Output = Asn1Enumerated
Auto Trait Implementations
impl RefUnwindSafe for ReasonCode
impl Send for ReasonCode
impl Sync for ReasonCode
impl Unpin for ReasonCode
impl UnwindSafe for ReasonCode
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more