Struct openssl::ocsp::OcspCertStatus [−][src]
pub struct OcspCertStatus(_);
Methods
impl OcspCertStatus
[src]
impl OcspCertStatus
pub fn from_raw(raw: c_int) -> OcspCertStatus
[src]
pub fn from_raw(raw: c_int) -> OcspCertStatus
pub fn as_raw(&self) -> c_int
[src]
pub fn as_raw(&self) -> c_int
pub 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 OcspCertStatus
impl Clone for OcspCertStatus
[src]
impl Clone for OcspCertStatus
fn clone(&self) -> OcspCertStatus
[src]
fn clone(&self) -> OcspCertStatus
Returns 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 OcspCertStatus
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl PartialEq for OcspCertStatus
[src]
impl PartialEq for OcspCertStatus
fn eq(&self, other: &OcspCertStatus) -> bool
[src]
fn eq(&self, other: &OcspCertStatus) -> bool
This 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) -> bool
This method tests for !=
.
impl Eq for OcspCertStatus
[src]
impl Eq for OcspCertStatus
Auto Trait Implementations
impl Send for OcspCertStatus
impl Send for OcspCertStatus
impl Sync for OcspCertStatus
impl Sync for OcspCertStatus