Struct openssl::ocsp::OcspCertStatus
source · [−]pub struct OcspCertStatus(_);
Implementations
sourceimpl OcspCertStatus
impl OcspCertStatus
pub const GOOD: OcspCertStatus = OcspCertStatus(ffi::V_OCSP_CERTSTATUS_GOOD)
pub const REVOKED: OcspCertStatus = OcspCertStatus(ffi::V_OCSP_CERTSTATUS_REVOKED)
pub const UNKNOWN: OcspCertStatus = OcspCertStatus(ffi::V_OCSP_CERTSTATUS_UNKNOWN)
pub fn from_raw(raw: c_int) -> OcspCertStatus
pub fn as_raw(&self) -> c_int
Trait Implementations
sourceimpl Clone for OcspCertStatus
impl Clone for OcspCertStatus
sourcefn clone(&self) -> OcspCertStatus
fn clone(&self) -> OcspCertStatus
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 OcspCertStatus
impl Debug for OcspCertStatus
sourceimpl PartialEq<OcspCertStatus> for OcspCertStatus
impl PartialEq<OcspCertStatus> for OcspCertStatus
sourcefn eq(&self, other: &OcspCertStatus) -> bool
fn eq(&self, other: &OcspCertStatus) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &OcspCertStatus) -> bool
fn ne(&self, other: &OcspCertStatus) -> bool
This method tests for !=
.
impl Copy for OcspCertStatus
impl Eq for OcspCertStatus
impl StructuralEq for OcspCertStatus
impl StructuralPartialEq for OcspCertStatus
Auto Trait Implementations
impl RefUnwindSafe for OcspCertStatus
impl Send for OcspCertStatus
impl Sync for OcspCertStatus
impl Unpin for OcspCertStatus
impl UnwindSafe for OcspCertStatus
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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