pub(super) enum WsConnectionStage {
Accepted,
CredentialsReceived,
Joined,
}Variants§
Trait Implementations§
Source§impl Clone for WsConnectionStage
impl Clone for WsConnectionStage
Source§fn clone(&self) -> WsConnectionStage
fn clone(&self) -> WsConnectionStage
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for WsConnectionStage
impl Debug for WsConnectionStage
Source§impl ExportedMetricLabel for WsConnectionStage
impl ExportedMetricLabel for WsConnectionStage
fn label_value(self) -> &'static str
Source§impl MetricLabel for WsConnectionStage
impl MetricLabel for WsConnectionStage
Source§impl PartialEq for WsConnectionStage
impl PartialEq for WsConnectionStage
impl Copy for WsConnectionStage
impl Eq for WsConnectionStage
impl StructuralPartialEq for WsConnectionStage
Auto Trait Implementations§
impl Freeze for WsConnectionStage
impl RefUnwindSafe for WsConnectionStage
impl Send for WsConnectionStage
impl Sync for WsConnectionStage
impl Unpin for WsConnectionStage
impl UnsafeUnpin for WsConnectionStage
impl UnwindSafe for WsConnectionStage
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more