Enum sequoia_openpgp::packet::user_attribute::Subpacket [−][src]
Expand description
User Attribute subpackets.
See Section 5.12 of RFC 4880 for details.
Variants
Image(Image)Image subpacket.
See Section 5.12.1 of RFC 4880 for details.
Tuple Fields of Image
0: ImageUnknown subpacket.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Subpacket
impl UnwindSafe for Subpacket
Blanket Implementations
Mutably borrows from an owned value. Read more