Enum lapin_async::connection::ConnectingState [] [src]

pub enum ConnectingState {
    Initial,
    SentProtocolHeader,
    ReceivedStart,
    SentStartOk,
    ReceivedSecure,
    SentSecure,
    ReceivedSecondSecure,
    ReceivedTune,
    SentTuneOk,
    SentOpen,
    Error,
}

Variants

Trait Implementations

impl Clone for ConnectingState
[src]

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more

impl Copy for ConnectingState
[src]

impl Debug for ConnectingState
[src]

[]

Formats the value using the given formatter.

impl PartialEq for ConnectingState
[src]

[]

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

[]

This method tests for !=.

impl Eq for ConnectingState
[src]