Enum sozu_lib::network::ClientResult [−][src]
pub enum ClientResult {
CloseClient,
CloseBackend(Option<Token>),
ReconnectBackend(Option<Token>, Option<Token>),
Continue,
ConnectBackend,
}Variants
CloseClientCloseBackend(Option<Token>)ReconnectBackend(Option<Token>, Option<Token>)ContinueConnectBackend
Trait Implementations
impl Debug for ClientResult[src]
impl Debug for ClientResultfn 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 ClientResult[src]
impl PartialEq for ClientResultfn eq(&self, other: &ClientResult) -> bool[src]
fn eq(&self, other: &ClientResult) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &ClientResult) -> bool[src]
fn ne(&self, other: &ClientResult) -> boolThis method tests for !=.
impl Eq for ClientResult[src]
impl Eq for ClientResultAuto Trait Implementations
impl Send for ClientResult
impl Send for ClientResultimpl Sync for ClientResult
impl Sync for ClientResult