[][src]Struct pgp::packet::ModDetectionCode

pub struct ModDetectionCode { /* fields omitted */ }

Modification Detection Code Packet https://tools.ietf.org/html/rfc4880.html#section-5.14

Methods

impl ModDetectionCode[src]

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

Parses a ModDetectionCode packet from the given slice.

Trait Implementations

impl PacketTrait for ModDetectionCode[src]

impl Serialize for ModDetectionCode[src]

impl From<ModDetectionCode> for Packet[src]

impl Clone for ModDetectionCode[src]

impl Eq for ModDetectionCode[src]

impl PartialEq<ModDetectionCode> for ModDetectionCode[src]

impl Debug for ModDetectionCode[src]

impl TryFrom<Packet> for ModDetectionCode[src]

Auto Trait Implementations

Blanket Implementations

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

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

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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