pub enum CrlFetchFailure {
Tolerate,
Reject,
}Expand description
Per-source policy on what to do when a CRL becomes unavailable.
Variants§
Tolerate
Keep using last-known bytes; if never loaded, silently drop.
Reject
Surface as a hard error from snapshot so handshakes fail.
Trait Implementations§
Source§impl Clone for CrlFetchFailure
impl Clone for CrlFetchFailure
Source§fn clone(&self) -> CrlFetchFailure
fn clone(&self) -> CrlFetchFailure
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 CrlFetchFailure
impl Debug for CrlFetchFailure
Source§impl PartialEq for CrlFetchFailure
impl PartialEq for CrlFetchFailure
Source§fn eq(&self, other: &CrlFetchFailure) -> bool
fn eq(&self, other: &CrlFetchFailure) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for CrlFetchFailure
impl Eq for CrlFetchFailure
impl StructuralPartialEq for CrlFetchFailure
Auto Trait Implementations§
impl Freeze for CrlFetchFailure
impl RefUnwindSafe for CrlFetchFailure
impl Send for CrlFetchFailure
impl Sync for CrlFetchFailure
impl Unpin for CrlFetchFailure
impl UnsafeUnpin for CrlFetchFailure
impl UnwindSafe for CrlFetchFailure
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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