Enum tugger_code_signing::SignedOutput [−][src]
Expand description
Describes the output of a successful signing operation.
Variants
Signed data was written to a file at a given path.
Tuple Fields of File
0: PathBufSigned data was written to a directory at a given path.
Tuple Fields of Directory
0: PathBufSigned data was written to memory.
Trait 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 RefUnwindSafe for SignedOutput
impl Send for SignedOutput
impl Sync for SignedOutput
impl Unpin for SignedOutput
impl UnwindSafe for SignedOutput
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
type Output = T
type Output = T
Should always be Self