Enum sequoia_openpgp::message::Token
source · #[non_exhaustive]pub enum Token {
Literal,
CompressedData,
SKESK,
PKESK,
SEIPv1,
MDC,
AED,
OPS,
SIG,
Pop,
OpaqueContent,
}
👎Deprecated since 1.9.0: Not covered by SemVer guarantees, DO NOT match on it.
Expand description
The components of an OpenPGP Message.
Note: This enum cannot be exhaustively matched to allow future extensions.
Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
Literal
👎Deprecated since 1.9.0: Not covered by SemVer guarantees, DO NOT match on it.
A Literal data packet.
CompressedData
👎Deprecated since 1.9.0: Not covered by SemVer guarantees, DO NOT match on it.
A Compressed Data packet.
SKESK
👎Deprecated since 1.9.0: Not covered by SemVer guarantees, DO NOT match on it.
An SK-ESK packet.
PKESK
👎Deprecated since 1.9.0: Not covered by SemVer guarantees, DO NOT match on it.
An PK-ESK packet.
SEIPv1
👎Deprecated since 1.9.0: Not covered by SemVer guarantees, DO NOT match on it.
A version 1 SEIP packet.
MDC
👎Deprecated since 1.9.0: Not covered by SemVer guarantees, DO NOT match on it.
An MDC packet.
AED
👎Deprecated since 1.9.0: Not covered by SemVer guarantees, DO NOT match on it.
An AED packet.
OPS
👎Deprecated since 1.9.0: Not covered by SemVer guarantees, DO NOT match on it.
A OnePassSig packet.
SIG
👎Deprecated since 1.9.0: Not covered by SemVer guarantees, DO NOT match on it.
A Signature packet.
Pop
👎Deprecated since 1.9.0: Not covered by SemVer guarantees, DO NOT match on it.
The end of a container (either a Compressed Data packet or a SEIP packet).
OpaqueContent
👎Deprecated since 1.9.0: Not covered by SemVer guarantees, DO NOT match on it.
A container’s unparsed content.
Trait Implementations§
source§impl PartialEq for Token
impl PartialEq for Token
impl Copy for Token
impl StructuralPartialEq for Token
Auto Trait Implementations§
impl Freeze for Token
impl RefUnwindSafe for Token
impl Send for Token
impl Sync for Token
impl Unpin for Token
impl UnwindSafe for Token
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)