pub enum ExpectStapleCertStatus {
Good,
Revoked,
Unknown,
}
Variants§
Implementations§
Trait Implementations§
source§impl Clone for ExpectStapleCertStatus
impl Clone for ExpectStapleCertStatus
source§fn clone(&self) -> ExpectStapleCertStatus
fn clone(&self) -> ExpectStapleCertStatus
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 ExpectStapleCertStatus
impl Debug for ExpectStapleCertStatus
source§impl<'de> Deserialize<'de> for ExpectStapleCertStatus
impl<'de> Deserialize<'de> for ExpectStapleCertStatus
source§fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Display for ExpectStapleCertStatus
impl Display for ExpectStapleCertStatus
source§impl FromStr for ExpectStapleCertStatus
impl FromStr for ExpectStapleCertStatus
source§impl PartialEq for ExpectStapleCertStatus
impl PartialEq for ExpectStapleCertStatus
source§impl Serialize for ExpectStapleCertStatus
impl Serialize for ExpectStapleCertStatus
impl Copy for ExpectStapleCertStatus
impl Eq for ExpectStapleCertStatus
impl StructuralPartialEq for ExpectStapleCertStatus
Auto Trait Implementations§
impl Freeze for ExpectStapleCertStatus
impl RefUnwindSafe for ExpectStapleCertStatus
impl Send for ExpectStapleCertStatus
impl Sync for ExpectStapleCertStatus
impl Unpin for ExpectStapleCertStatus
impl UnwindSafe for ExpectStapleCertStatus
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: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
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
)