Enum lapin_async::connection::ClosingState [−][src]
pub enum ClosingState {
Initial,
SentClose,
ReceivedClose,
SentCloseOk,
ReceivedCloseOk,
Error,
}Variants
InitialSentCloseReceivedCloseSentCloseOkReceivedCloseOkError
Trait Implementations
impl Clone for ClosingState[src]
impl Clone for ClosingStatefn clone(&self) -> ClosingState[src]
fn clone(&self) -> ClosingStateReturns 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 ClosingState[src]
impl Copy for ClosingStateimpl Debug for ClosingState[src]
impl Debug for ClosingStatefn 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 ClosingState[src]
impl PartialEq for ClosingStatefn eq(&self, other: &ClosingState) -> bool[src]
fn eq(&self, other: &ClosingState) -> 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 ClosingState[src]
impl Eq for ClosingStateAuto Trait Implementations
impl Send for ClosingState
impl Send for ClosingStateimpl Sync for ClosingState
impl Sync for ClosingState