Struct openssl::ocsp::OcspRevokedStatus
source · [−]pub struct OcspRevokedStatus(_);
Implementations
sourceimpl OcspRevokedStatus
impl OcspRevokedStatus
pub const NO_STATUS: OcspRevokedStatus = _
pub const UNSPECIFIED: OcspRevokedStatus = _
pub const KEY_COMPROMISE: OcspRevokedStatus = _
pub const CA_COMPROMISE: OcspRevokedStatus = _
pub const AFFILIATION_CHANGED: OcspRevokedStatus = _
pub const STATUS_SUPERSEDED: OcspRevokedStatus = _
pub const STATUS_CESSATION_OF_OPERATION: OcspRevokedStatus = _
pub const STATUS_CERTIFICATE_HOLD: OcspRevokedStatus = _
pub const REMOVE_FROM_CRL: OcspRevokedStatus = _
pub fn from_raw(raw: c_int) -> OcspRevokedStatus
pub fn as_raw(&self) -> c_int
Trait Implementations
sourceimpl Clone for OcspRevokedStatus
impl Clone for OcspRevokedStatus
sourcefn clone(&self) -> OcspRevokedStatus
fn clone(&self) -> OcspRevokedStatus
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for OcspRevokedStatus
impl Debug for OcspRevokedStatus
sourceimpl PartialEq<OcspRevokedStatus> for OcspRevokedStatus
impl PartialEq<OcspRevokedStatus> for OcspRevokedStatus
sourcefn eq(&self, other: &OcspRevokedStatus) -> bool
fn eq(&self, other: &OcspRevokedStatus) -> bool
impl Copy for OcspRevokedStatus
impl Eq for OcspRevokedStatus
impl StructuralEq for OcspRevokedStatus
impl StructuralPartialEq for OcspRevokedStatus
Auto Trait Implementations
impl RefUnwindSafe for OcspRevokedStatus
impl Send for OcspRevokedStatus
impl Sync for OcspRevokedStatus
impl Unpin for OcspRevokedStatus
impl UnwindSafe for OcspRevokedStatus
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