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

A known entity which is signable.

Tuple Fields of Signable

0: Signable
Unsignable

The entity is not signable for undetermined reason.

UnsignableMachoError

The entity is a Mach-O binary that cannot be signed.

Tuple Fields of UnsignableMachoError

0: AppleCodesignError
PlatformUnsupported

The entity is signable, but not from this platform. Details of the limitation are stored in a string.

Tuple Fields of PlatformUnsupported

0: &'static str

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

Should always be Self

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.