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 BackendStatusAuto Trait Implementations
impl Send for BackendStatus
impl Send for BackendStatusimpl Sync for BackendStatus
impl Sync for BackendStatus