pub enum SigStatus {
Good,
Unknown,
Bad,
}
Expand description
A status of the signature, part of the Verification type.
Variants§
Good
Valid signature that matches the data.
Unknown
Valid signature that could not be verified (e.g. due to an unknown key).
Bad
Valid signature that does not match the signed data.
Trait Implementations§
source§impl PartialEq for SigStatus
impl PartialEq for SigStatus
impl Copy for SigStatus
impl Eq for SigStatus
impl StructuralPartialEq for SigStatus
Auto Trait Implementations§
impl RefUnwindSafe for SigStatus
impl Send for SigStatus
impl Sync for SigStatus
impl Unpin for SigStatus
impl UnwindSafe for SigStatus
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
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more