Enum sozu_lib::network::BackendConnectionStatus [−][src]
pub enum BackendConnectionStatus {
NotConnected,
Connecting,
Connected,
}Variants
NotConnectedConnectingConnected
Trait Implementations
impl Clone for BackendConnectionStatus[src]
impl Clone for BackendConnectionStatusfn clone(&self) -> BackendConnectionStatus[src]
fn clone(&self) -> BackendConnectionStatusReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Copy for BackendConnectionStatus[src]
impl Copy for BackendConnectionStatusimpl Debug for BackendConnectionStatus[src]
impl Debug for BackendConnectionStatusfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for BackendConnectionStatus[src]
impl PartialEq for BackendConnectionStatusAuto Trait Implementations
impl Send for BackendConnectionStatus
impl Send for BackendConnectionStatusimpl Sync for BackendConnectionStatus
impl Sync for BackendConnectionStatus