Enum tugger_code_signing::Signability [−][src]
pub enum Signability {
Signable(Signable),
Unsignable,
UnsignableMachoError(AppleCodesignError),
PlatformUnsupported(&'static str),
}Expand description
Represents the results of a signability test.
Variants
Signable(Signable)A known entity which is signable.
Tuple Fields of Signable
0: SignableThe entity is not signable for undetermined reason.
UnsignableMachoError(AppleCodesignError)The entity is a Mach-O binary that cannot be signed.
Tuple Fields of UnsignableMachoError
PlatformUnsupported(&'static str)The entity is signable, but not from this platform. Details of the limitation are stored in a string.
Tuple Fields of PlatformUnsupported
0: &'static strTrait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for Signability
impl Send for Signability
impl Sync for Signability
impl Unpin for Signability
impl !UnwindSafe for Signability
Blanket Implementations
Mutably borrows from an owned value. Read more
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