[][src]Struct pgp::packet::Marker

pub struct Marker { /* fields omitted */ }

Marker Packet https://tools.ietf.org/html/rfc4880.html#section-5.8

Methods

impl Marker[src]

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

Parses a Marker packet from the given slice.

pub fn packet_version(&self) -> Version[src]

Trait Implementations

impl PacketTrait for Marker[src]

impl Serialize for Marker[src]

impl From<Marker> for Packet[src]

impl Clone for Marker[src]

impl Eq for Marker[src]

impl PartialEq<Marker> for Marker[src]

impl Debug for Marker[src]

impl TryFrom<Packet> for Marker[src]

type Err = Error

Auto Trait Implementations

impl Send for Marker

impl Sync for Marker

impl Unpin for Marker

impl UnwindSafe for Marker

impl RefUnwindSafe for Marker

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