Struct openssl::ocsp::OcspResponseStatus
source · [−]pub struct OcspResponseStatus(_);
Implementations
sourceimpl 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
sourceimpl Clone for OcspResponseStatus
impl Clone for OcspResponseStatus
sourcefn clone(&self) -> OcspResponseStatus
fn clone(&self) -> OcspResponseStatus
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for OcspResponseStatus
impl Debug for OcspResponseStatus
sourceimpl PartialEq<OcspResponseStatus> for OcspResponseStatus
impl PartialEq<OcspResponseStatus> for OcspResponseStatus
sourcefn eq(&self, other: &OcspResponseStatus) -> bool
fn eq(&self, other: &OcspResponseStatus) -> bool
impl Copy for OcspResponseStatus
impl Eq for OcspResponseStatus
impl StructuralEq for OcspResponseStatus
impl StructuralPartialEq for OcspResponseStatus
Auto Trait Implementations
impl RefUnwindSafe for OcspResponseStatus
impl Send for OcspResponseStatus
impl Sync for OcspResponseStatus
impl Unpin for OcspResponseStatus
impl UnwindSafe for OcspResponseStatus
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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