Enum tugger_code_signing::SigningDestinationCompatibility [−][src]
pub enum SigningDestinationCompatibility {
Compatible,
Incompatible(&'static str),
}Expand description
Describes capability of signing some entity to a SigningDestination.
Variants
Signing to a particular destination is supported.
Incompatible(&'static str)Signing is not supported for a given reason.
Tuple Fields of Incompatible
0: &'static strTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl Send for SigningDestinationCompatibility
impl Sync for SigningDestinationCompatibility
impl Unpin for SigningDestinationCompatibility
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more