Enum webpki::RevocationCheckDepth
source · pub enum RevocationCheckDepth {
EndEntity,
Chain,
}
Expand description
Describes how much of a certificate chain is checked for revocation status.
Variants§
EndEntity
Only check the end entity (leaf) certificate’s revocation status.
Chain
Check the revocation status of the end entity (leaf) and all intermediates.
Trait Implementations§
source§impl Clone for RevocationCheckDepth
impl Clone for RevocationCheckDepth
source§fn clone(&self) -> RevocationCheckDepth
fn clone(&self) -> RevocationCheckDepth
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 RevocationCheckDepth
impl Debug for RevocationCheckDepth
source§impl PartialEq for RevocationCheckDepth
impl PartialEq for RevocationCheckDepth
source§fn eq(&self, other: &RevocationCheckDepth) -> bool
fn eq(&self, other: &RevocationCheckDepth) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for RevocationCheckDepth
impl Eq for RevocationCheckDepth
impl StructuralPartialEq for RevocationCheckDepth
Auto Trait Implementations§
impl Freeze for RevocationCheckDepth
impl RefUnwindSafe for RevocationCheckDepth
impl Send for RevocationCheckDepth
impl Sync for RevocationCheckDepth
impl Unpin for RevocationCheckDepth
impl UnwindSafe for RevocationCheckDepth
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§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
)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
)