pub struct VerificationResult {
pub signer_keys: BTreeSet<Fingerprint>,
pub primary_uids: BTreeSet<UserID>,
}
Fields§
§signer_keys: BTreeSet<Fingerprint>
§primary_uids: BTreeSet<UserID>
Trait Implementations§
Source§impl Debug for VerificationResult
impl Debug for VerificationResult
Source§impl Default for VerificationResult
impl Default for VerificationResult
Source§fn default() -> VerificationResult
fn default() -> VerificationResult
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for VerificationResult
impl RefUnwindSafe for VerificationResult
impl Send for VerificationResult
impl Sync for VerificationResult
impl Unpin for VerificationResult
impl UnwindSafe for VerificationResult
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more