Enum sozu_lib::network::SocketType [−][src]
pub enum SocketType {
Listener,
FrontClient,
}Variants
ListenerFrontClient
Trait Implementations
impl Debug for SocketType[src]
impl Debug for SocketTypefn 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 SocketType[src]
impl PartialEq for SocketTypefn eq(&self, other: &SocketType) -> bool[src]
fn eq(&self, other: &SocketType) -> 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 SocketType[src]
impl Eq for SocketTypeAuto Trait Implementations
impl Send for SocketType
impl Send for SocketTypeimpl Sync for SocketType
impl Sync for SocketType