Enum imap_proto::types::State
[−]
[src]
pub enum State {
NotAuthenticated,
Authenticated,
Selected,
Logout,
}Variants
NotAuthenticatedAuthenticatedSelectedLogout
Trait Implementations
impl Debug for State[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more