[][src]Struct openssl::ocsp::OcspResponseStatus

pub struct OcspResponseStatus(_);

Methods

impl OcspResponseStatus[src]

pub fn from_raw(raw: c_int) -> OcspResponseStatus[src]

pub fn as_raw(&self) -> c_int[src]

pub const SUCCESSFUL: OcspResponseStatus[src]

pub const MALFORMED_REQUEST: OcspResponseStatus[src]

pub const INTERNAL_ERROR: OcspResponseStatus[src]

pub const TRY_LATER: OcspResponseStatus[src]

pub const SIG_REQUIRED: OcspResponseStatus[src]

pub const UNAUTHORIZED: OcspResponseStatus[src]

Trait Implementations

impl Clone for OcspResponseStatus[src]

impl Copy for OcspResponseStatus[src]

impl Debug for OcspResponseStatus[src]

impl Eq for OcspResponseStatus[src]

impl PartialEq<OcspResponseStatus> for OcspResponseStatus[src]

impl StructuralEq for OcspResponseStatus[src]

impl StructuralPartialEq for OcspResponseStatus[src]

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

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.