Struct tugger_code_signing::SigningMethods [−][src]
pub struct SigningMethods(_);Expand description
Represents different methods of signing that are supported.
Just a collection of SigningMethod instances.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SigningMethods
impl Send for SigningMethods
impl Sync for SigningMethods
impl Unpin for SigningMethods
impl UnwindSafe for SigningMethods
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