Enum lapin_async::connection::ConnectingState
[−]
[src]
pub enum ConnectingState { Initial, SentProtocolHeader, ReceivedStart, SentStartOk, ReceivedSecure, SentSecure, ReceivedSecondSecure, ReceivedTune, SentTuneOk, SentOpen, Error, }
Variants
Initial
SentProtocolHeader
ReceivedStart
SentStartOk
ReceivedSecure
SentSecure
ReceivedSecondSecure
ReceivedTune
SentTuneOk
SentOpen
Error
Trait Implementations
impl Clone for ConnectingState
[src]
fn clone(&self) -> ConnectingState
[−]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[−]
Performs copy-assignment from source
. Read more
impl Copy for ConnectingState
[src]
impl Debug for ConnectingState
[src]
impl PartialEq for ConnectingState
[src]
fn eq(&self, __arg_0: &ConnectingState) -> bool
[−]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Rhs) -> bool
1.0.0[−]
This method tests for !=
.