[][src]Struct pgp::packet::Trust

pub struct Trust { /* fields omitted */ }

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.

Methods

impl Trust[src]

pub fn from_slice(packet_version: Version, _: &[u8]) -> Result<Self>[src]

Parses a Trust packet from the given slice.

Trait Implementations

impl PacketTrait for Trust[src]

impl Serialize for Trust[src]

impl From<Trust> for Packet[src]

impl Eq for Trust[src]

impl PartialEq<Trust> for Trust[src]

impl Debug for Trust[src]

impl TryFrom<Packet> for Trust[src]

type Err = Error

Auto Trait Implementations

impl Send for Trust

impl Sync for Trust

impl Unpin for Trust

impl UnwindSafe for Trust

impl RefUnwindSafe for Trust

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Err = <U as TryFrom<T>>::Err