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
HighestModSeq(u64)
PermanentFlags(Vec<&'a str>)
ReadOnly
ReadWrite
TryCreate
UidNext(u32)
UidValidity(u32)
Unseen(u32)
Trait Implementations
impl<'a> Debug for ResponseCode<'a>
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl<'a> Eq for ResponseCode<'a>
[src]
impl<'a> PartialEq for ResponseCode<'a>
[src]
fn eq(&self, __arg_0: &ResponseCode<'a>) -> bool
[src]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &ResponseCode<'a>) -> bool
[src]
This method tests for !=
.