Struct debian_packaging::pgp::CleartextSignatures [−][src]
pub struct CleartextSignatures { /* fields omitted */ }Implementations
Iterate over signatures in this instance.
pub fn iter_signatures_from_key<'slf, 'key: 'slf>(
&'slf self,
key: &'key impl PublicKeyTrait
) -> impl Iterator<Item = &'slf Signature>
pub fn iter_signatures_from_key<'slf, 'key: 'slf>(
&'slf self,
key: &'key impl PublicKeyTrait
) -> impl Iterator<Item = &'slf Signature>
Iterate over signatures made by a specific key.
Verify a signature made from a known key.
Returns the numbers of signatures verified against this key.
Auto Trait Implementations
impl RefUnwindSafe for CleartextSignatures
impl Send for CleartextSignatures
impl Sync for CleartextSignatures
impl Unpin for CleartextSignatures
impl UnwindSafe for CleartextSignatures
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
