pub struct Trust { /* private fields */ }
Expand description
Trust Packet https://tools.ietf.org/html/rfc4880.html#section-5.10 Trust packets SHOULD NOT be emitted to output streams that are transferred to other users, and they SHOULD be ignored on any input other than local keyring files.
Implementations§
Trait Implementations§
source§impl PacketTrait for Trust
impl PacketTrait for Trust
source§impl PartialEq<Trust> for Trust
impl PartialEq<Trust> for Trust
impl Eq for Trust
impl StructuralEq for Trust
impl StructuralPartialEq for Trust
Auto Trait Implementations§
impl RefUnwindSafe for Trust
impl Send for Trust
impl Sync for Trust
impl Unpin for Trust
impl UnwindSafe for Trust
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.