Enum gpgrv::Packet[][src]

pub enum Packet {
    IgnoredJunk,
    PubKey(PubKeyPacket),
    Signature(Signature),
}

Variants

Trait Implementations

impl Debug for Packet
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Packet

impl Sync for Packet