Enum lapin_async::connection::ConnectingState [−][src]
pub enum ConnectingState {
Initial,
SentProtocolHeader,
ReceivedStart,
SentStartOk,
ReceivedSecure,
SentSecure,
ReceivedSecondSecure,
ReceivedTune,
SentTuneOk,
SentOpen,
Error,
}Variants
InitialSentProtocolHeaderReceivedStartSentStartOkReceivedSecureSentSecureReceivedSecondSecureReceivedTuneSentTuneOkSentOpenError
Trait Implementations
impl Clone for ConnectingState[src]
impl Clone for ConnectingStatefn clone(&self) -> ConnectingState[src]
fn clone(&self) -> ConnectingStateReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Copy for ConnectingState[src]
impl Copy for ConnectingStateimpl Debug for ConnectingState[src]
impl Debug for ConnectingStatefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for ConnectingState[src]
impl PartialEq for ConnectingStatefn eq(&self, other: &ConnectingState) -> bool[src]
fn eq(&self, other: &ConnectingState) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Eq for ConnectingState[src]
impl Eq for ConnectingStateAuto Trait Implementations
impl Send for ConnectingState
impl Send for ConnectingStateimpl Sync for ConnectingState
impl Sync for ConnectingState