Enum imap_proto::types::ResponseCode[][src]

#[non_exhaustive]
pub enum ResponseCode<'a> {
Show 19 variants Alert, BadCharset(Option<Vec<Cow<'a, str>>>), Capabilities(Vec<Capability<'a>>), HighestModSeq(u64), Parse, PermanentFlags(Vec<Cow<'a, str>>), ReadOnly, ReadWrite, TryCreate, UidNext(u32), UidValidity(u32), Unseen(u32), AppendUid(u32, Vec<UidSetMember>), CopyUid(u32, Vec<UidSetMember>, Vec<UidSetMember>), UidNotSticky, MetadataLongEntries(u64), MetadataMaxSize(u64), MetadataTooMany, MetadataNoPrivate,
}

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.
Alert
BadCharset

Tuple Fields of BadCharset

0: Option<Vec<Cow<'a, str>>>
Capabilities

Tuple Fields of Capabilities

0: Vec<Capability<'a>>
HighestModSeq

Tuple Fields of HighestModSeq

0: u64
Parse
PermanentFlags

Tuple Fields of PermanentFlags

0: Vec<Cow<'a, str>>
ReadOnly
ReadWrite
TryCreate
UidNext

Tuple Fields of UidNext

0: u32
UidValidity

Tuple Fields of UidValidity

0: u32
Unseen

Tuple Fields of Unseen

0: u32
AppendUid

Tuple Fields of AppendUid

0: u321: Vec<UidSetMember>
CopyUid

Tuple Fields of CopyUid

0: u321: Vec<UidSetMember>2: Vec<UidSetMember>
UidNotSticky
MetadataLongEntries

Tuple Fields of MetadataLongEntries

0: u64
MetadataMaxSize

Tuple Fields of MetadataMaxSize

0: u64
MetadataTooMany
MetadataNoPrivate

Implementations

Trait Implementations

Formats the value using the given formatter. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.