pub enum PermFailKind {
MalformedSignature,
KeyRevoked,
KeyNotFound,
ExpiredSignature,
AlgorithmMismatch,
HashNotPermitted,
ServiceTypeMismatch,
StrictModeViolation,
DomainMismatch,
}Expand description
Permanent failure kinds.
Variants§
MalformedSignature
KeyRevoked
KeyNotFound
ExpiredSignature
AlgorithmMismatch
HashNotPermitted
ServiceTypeMismatch
StrictModeViolation
DomainMismatch
Trait Implementations§
Source§impl Clone for PermFailKind
impl Clone for PermFailKind
Source§fn clone(&self) -> PermFailKind
fn clone(&self) -> PermFailKind
Returns a duplicate 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 PermFailKind
impl Debug for PermFailKind
Source§impl PartialEq for PermFailKind
impl PartialEq for PermFailKind
impl Copy for PermFailKind
impl Eq for PermFailKind
impl StructuralPartialEq for PermFailKind
Auto Trait Implementations§
impl Freeze for PermFailKind
impl RefUnwindSafe for PermFailKind
impl Send for PermFailKind
impl Sync for PermFailKind
impl Unpin for PermFailKind
impl UnsafeUnpin for PermFailKind
impl UnwindSafe for PermFailKind
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