Struct openssl::ocsp::OcspCertStatus
source · [−]pub struct OcspCertStatus(_);
Implementations
sourceimpl 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
sourceimpl Clone for OcspCertStatus
impl Clone for OcspCertStatus
sourcefn clone(&self) -> OcspCertStatus
fn clone(&self) -> OcspCertStatus
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 OcspCertStatus
impl Debug for OcspCertStatus
sourceimpl PartialEq<OcspCertStatus> for OcspCertStatus
impl PartialEq<OcspCertStatus> for OcspCertStatus
sourcefn eq(&self, other: &OcspCertStatus) -> bool
fn eq(&self, other: &OcspCertStatus) -> bool
impl Copy for OcspCertStatus
impl Eq for OcspCertStatus
impl StructuralEq for OcspCertStatus
impl StructuralPartialEq for OcspCertStatus
Auto Trait Implementations
impl RefUnwindSafe for OcspCertStatus
impl Send for OcspCertStatus
impl Sync for OcspCertStatus
impl Unpin for OcspCertStatus
impl UnwindSafe for OcspCertStatus
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