Enum imap_proto::types::State [] [src]

pub enum State {
    NotAuthenticated,
    Authenticated,
    Selected,
    Logout,
}

Variants

Trait Implementations

impl Debug for State
[src]

[src]

Formats the value using the given formatter. Read more

impl Eq for State
[src]

impl PartialEq for State
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

Auto Trait Implementations

impl Send for State

impl Sync for State