Struct openssl::ocsp::OcspCertStatus [−][src]
pub struct OcspCertStatus(_);
Methods
impl OcspCertStatus[src]
impl OcspCertStatuspub fn from_raw(raw: c_int) -> OcspCertStatus[src]
pub fn from_raw(raw: c_int) -> OcspCertStatuspub fn as_raw(&self) -> c_int[src]
pub fn as_raw(&self) -> c_intpub const GOOD: OcspCertStatus
GOOD: OcspCertStatus = OcspCertStatus(ffi::V_OCSP_CERTSTATUS_GOOD)
pub const REVOKED: OcspCertStatus
REVOKED: OcspCertStatus = OcspCertStatus(ffi::V_OCSP_CERTSTATUS_REVOKED)
pub const UNKNOWN: OcspCertStatus
UNKNOWN: OcspCertStatus = OcspCertStatus(ffi::V_OCSP_CERTSTATUS_UNKNOWN)
Trait Implementations
impl Copy for OcspCertStatus[src]
impl Copy for OcspCertStatusimpl Clone for OcspCertStatus[src]
impl Clone for OcspCertStatusfn clone(&self) -> OcspCertStatus[src]
fn clone(&self) -> OcspCertStatusReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for OcspCertStatus[src]
impl Debug for OcspCertStatusfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for OcspCertStatus[src]
impl PartialEq for OcspCertStatusfn eq(&self, other: &OcspCertStatus) -> bool[src]
fn eq(&self, other: &OcspCertStatus) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &OcspCertStatus) -> bool[src]
fn ne(&self, other: &OcspCertStatus) -> boolThis method tests for !=.
impl Eq for OcspCertStatus[src]
impl Eq for OcspCertStatusAuto Trait Implementations
impl Send for OcspCertStatus
impl Send for OcspCertStatusimpl Sync for OcspCertStatus
impl Sync for OcspCertStatus