Enum sozu_lib::network::BackendStatus [−][src]
pub enum BackendStatus {
Normal,
Closing,
Closed,
}Variants
NormalClosingClosed
Trait Implementations
impl Debug for BackendStatus[src]
impl Debug for BackendStatusfn 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 BackendStatus[src]
impl PartialEq for BackendStatusfn eq(&self, other: &BackendStatus) -> bool[src]
fn eq(&self, other: &BackendStatus) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Eq for BackendStatus[src]
impl Eq for BackendStatusimpl Clone for BackendStatus[src]
impl Clone for BackendStatusfn clone(&self) -> BackendStatus[src]
fn clone(&self) -> BackendStatusReturns 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
Auto Trait Implementations
impl Send for BackendStatus
impl Send for BackendStatusimpl Sync for BackendStatus
impl Sync for BackendStatus