Struct openssl::ocsp::OcspCertStatus
source · pub struct OcspCertStatus(_);
Implementations§
source§impl OcspCertStatus
impl OcspCertStatus
pub const GOOD: OcspCertStatus = _
pub const REVOKED: OcspCertStatus = _
pub const UNKNOWN: OcspCertStatus = _
pub fn from_raw(raw: c_int) -> OcspCertStatus
pub fn as_raw(&self) -> c_int
Trait Implementations§
source§impl Clone for OcspCertStatus
impl Clone for OcspCertStatus
source§fn clone(&self) -> OcspCertStatus
fn clone(&self) -> OcspCertStatus
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for OcspCertStatus
impl Debug for OcspCertStatus
source§impl PartialEq<OcspCertStatus> for OcspCertStatus
impl PartialEq<OcspCertStatus> for OcspCertStatus
source§fn 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 ==
.