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 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl 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
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &OcspRevokedStatus) -> bool
fn ne(&self, other: &OcspRevokedStatus) -> bool
This method tests for !=
.
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 T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcepub fn to_owned(&self) -> T
pub fn to_owned(&self) -> T
Creates owned data from borrowed data, usually by cloning. Read more
sourcepub fn clone_into(&self, target: &mut T)
pub fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into
)Uses borrowed data to replace owned data, usually by cloning. Read more