Enum lapin_async::connection::ClosingState
source · pub enum ClosingState {
Initial,
SentClose,
ReceivedClose,
SentCloseOk,
ReceivedCloseOk,
Error,
}
Variants
Initial
SentClose
ReceivedClose
SentCloseOk
ReceivedCloseOk
Error
Trait Implementations
sourceimpl Clone for ClosingState
impl Clone for ClosingState
sourcefn clone(&self) -> ClosingState
fn clone(&self) -> ClosingState
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for ClosingState
impl Debug for ClosingState
sourceimpl PartialEq<ClosingState> for ClosingState
impl PartialEq<ClosingState> for ClosingState
sourcefn eq(&self, other: &ClosingState) -> bool
fn eq(&self, other: &ClosingState) -> bool
impl Copy for ClosingState
impl Eq for ClosingState
impl StructuralEq for ClosingState
impl StructuralPartialEq for ClosingState
Auto Trait Implementations
impl RefUnwindSafe for ClosingState
impl Send for ClosingState
impl Sync for ClosingState
impl Unpin for ClosingState
impl UnwindSafe for ClosingState
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more