pub enum ConnectionHealth {
Healthy,
Degraded,
Unstable,
Failed,
}Expand description
Health status of a WebSocket connection.
Variants§
Trait Implementations§
Source§impl Clone for ConnectionHealth
impl Clone for ConnectionHealth
impl Copy for ConnectionHealth
Source§impl Debug for ConnectionHealth
impl Debug for ConnectionHealth
impl Eq for ConnectionHealth
Source§impl Ord for ConnectionHealth
impl Ord for ConnectionHealth
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialEq for ConnectionHealth
impl PartialEq for ConnectionHealth
Source§impl PartialOrd for ConnectionHealth
impl PartialOrd for ConnectionHealth
impl StructuralPartialEq for ConnectionHealth
Auto Trait Implementations§
impl Freeze for ConnectionHealth
impl RefUnwindSafe for ConnectionHealth
impl Send for ConnectionHealth
impl Sync for ConnectionHealth
impl Unpin for ConnectionHealth
impl UnsafeUnpin for ConnectionHealth
impl UnwindSafe for ConnectionHealth
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