pub enum SignatureStatus {
Valid,
Green,
Red,
KeyRevoked,
KeyExpired,
SigExpired,
KeyMissing,
CrlMissing,
CrlTooOld,
BadPolicy,
SysError,
TofuConflict,
// some variants omitted
}
A value representing the signature status bit flags for a particular
Signature
.
Performs copy-assignment from source
. Read more
Formats the value using the given formatter. Read more
This method tests for self
and other
values to be equal, and is used by ==
. Read more
This method tests for !=
.
Feeds this value into the given [Hasher
]. Read more
Feeds a slice of this type into the given [Hasher
]. Read more