Enum sozu_lib::network::session::BackendConnectionStatus
[−]
[src]
pub enum BackendConnectionStatus { NotConnected, Connecting, Connected, }
Variants
NotConnected
Connecting
Connected
Trait Implementations
impl Clone for BackendConnectionStatus
[src]
fn clone(&self) -> BackendConnectionStatus
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more