Struct openssl::ocsp::OcspResponseStatus
source · pub struct OcspResponseStatus(_);
Implementations§
source§impl OcspResponseStatus
impl OcspResponseStatus
pub const SUCCESSFUL: OcspResponseStatus = _
pub const MALFORMED_REQUEST: OcspResponseStatus = _
pub const INTERNAL_ERROR: OcspResponseStatus = _
pub const TRY_LATER: OcspResponseStatus = _
pub const SIG_REQUIRED: OcspResponseStatus = _
pub const UNAUTHORIZED: OcspResponseStatus = _
pub fn from_raw(raw: c_int) -> OcspResponseStatus
pub fn as_raw(&self) -> c_int
Trait Implementations§
source§impl Clone for OcspResponseStatus
impl Clone for OcspResponseStatus
source§fn clone(&self) -> OcspResponseStatus
fn clone(&self) -> OcspResponseStatus
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 OcspResponseStatus
impl Debug for OcspResponseStatus
source§impl PartialEq<OcspResponseStatus> for OcspResponseStatus
impl PartialEq<OcspResponseStatus> for OcspResponseStatus
source§fn eq(&self, other: &OcspResponseStatus) -> bool
fn eq(&self, other: &OcspResponseStatus) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.