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

pub enum ResponseCode<'a> {
    HighestModSeq(u64),
    PermanentFlags(Vec<&'a str>),
    ReadOnly,
    ReadWrite,
    TryCreate,
    UidNext(u32),
    UidValidity(u32),
    Unseen(u32),
}

Variants

Trait Implementations

impl<'a> Debug for ResponseCode<'a>
[src]

[src]

Formats the value using the given formatter. Read more

impl<'a> Eq for ResponseCode<'a>
[src]

impl<'a> PartialEq for ResponseCode<'a>
[src]

[src]

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

[src]

This method tests for !=.

Auto Trait Implementations

impl<'a> Send for ResponseCode<'a>

impl<'a> Sync for ResponseCode<'a>