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