Struct pgp::native::types::SignedUser
source · pub struct SignedUser {
pub id: UserId,
pub signatures: Vec<Signature, Global>,
}
Fields§
§id: UserId
§signatures: Vec<Signature, Global>
Implementations§
source§impl SignedUser
impl SignedUser
Trait Implementations§
source§impl Clone for SignedUser
impl Clone for SignedUser
source§fn clone(&self) -> SignedUser
fn clone(&self) -> SignedUser
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for SignedUser
impl Debug for SignedUser
source§impl PartialEq<SignedUser> for SignedUser
impl PartialEq<SignedUser> for SignedUser
source§fn eq(&self, other: &SignedUser) -> bool
fn eq(&self, other: &SignedUser) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for SignedUser
impl Serialize for SignedUser
impl Eq for SignedUser
impl StructuralEq for SignedUser
impl StructuralPartialEq for SignedUser
Auto Trait Implementations§
impl RefUnwindSafe for SignedUser
impl Send for SignedUser
impl Sync for SignedUser
impl Unpin for SignedUser
impl UnwindSafe for SignedUser
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
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.