Enum wasm_sockets::ConnectionStatus
source · [−]pub enum ConnectionStatus {
Connecting,
Connected,
Error,
Disconnected,
}Variants
Connecting
Connecting to a server
Connected
Connected to a server
Error
Disconnected from a server due to an error
Disconnected
Disconnected from a server without an error
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ConnectionStatus
impl Send for ConnectionStatus
impl Sync for ConnectionStatus
impl Unpin for ConnectionStatus
impl UnwindSafe for ConnectionStatus
Blanket Implementations
Mutably borrows from an owned value. Read more