Enum imap_proto::types::Status
[−]
[src]
pub enum Status {
Ok,
No,
Bad,
PreAuth,
Bye,
}Variants
OkNoBadPreAuthBye
Trait Implementations
impl Debug for Status[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more