Enum lapin_async::connection::ConnectionState
[−]
[src]
pub enum ConnectionState {
Initial,
Connecting(ConnectingState),
Connected,
Closing(ClosingState),
Closed,
Error,
}Variants
InitialConnecting(ConnectingState)ConnectedClosing(ClosingState)ClosedErrorTrait Implementations
impl Clone for ConnectionState[src]
fn clone(&self) -> ConnectionState
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 ConnectionState[src]
impl Debug for ConnectionState[src]
impl PartialEq for ConnectionState[src]
fn eq(&self, __arg_0: &ConnectionState) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &ConnectionState) -> bool
This method tests for !=.