Enum tugger_code_signing::SigningDestination [−][src]
Expand description
Represents a location where signed data should be written.
Variants
File(PathBuf)Sign to a file at the given path.
Tuple Fields of File
0: PathBufDirectory(PathBuf)Sign to a directory at the given path.
Tuple Fields of Directory
0: PathBufSign to data in 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 SigningDestination
impl Send for SigningDestination
impl Sync for SigningDestination
impl Unpin for SigningDestination
impl UnwindSafe for SigningDestination
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