Struct openssl::ocsp::OcspCertStatus
source · pub struct OcspCertStatus(/* private fields */);
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 for OcspCertStatus
impl PartialEq 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 ==
.impl Copy for OcspCertStatus
impl Eq for OcspCertStatus
impl StructuralPartialEq for OcspCertStatus
Auto Trait Implementations§
impl Freeze for OcspCertStatus
impl RefUnwindSafe for OcspCertStatus
impl Send for OcspCertStatus
impl Sync for OcspCertStatus
impl Unpin for OcspCertStatus
impl UnwindSafe for OcspCertStatus
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)