Enum tugger_code_signing::SigningMethod [−][src]
pub enum SigningMethod {
InPlaceFile,
InPlaceDirectory,
NewFile,
NewDirectory,
Memory,
}Expand description
Represents how an entity can be signed.
This is used to describe what potential SigningDestination can be used for a signing operation and what steps the signing operation should perform (e.g. using temporary files to sign).
Variants
Entity is backed by a file and can be signed in place.
Entity is backed by a directory and can be signed in place.
Entity can be signed into an arbitrary file.
Entity can be signed to an arbitrary directory.
Signed data can be written to memory.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SigningMethod
impl Send for SigningMethod
impl Sync for SigningMethod
impl Unpin for SigningMethod
impl UnwindSafe for SigningMethod
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