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 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl 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
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &OcspResponseStatus) -> bool
fn ne(&self, other: &OcspResponseStatus) -> bool
This method tests for !=
.
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 T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcepub fn to_owned(&self) -> T
pub fn to_owned(&self) -> T
Creates owned data from borrowed data, usually by cloning. Read more
sourcepub fn clone_into(&self, target: &mut T)
pub fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into
)Uses borrowed data to replace owned data, usually by cloning. Read more