Enum sozu_lib::network::ClientResult
[−]
[src]
pub enum ClientResult { CloseClient, CloseBackend, CloseBothSuccess, CloseBothFailure, Continue, ConnectBackend, }
Variants
CloseClient
CloseBackend
CloseBothSuccess
CloseBothFailure
Continue
ConnectBackend
Trait Implementations
impl Debug for ClientResult
[src]
impl PartialEq for ClientResult
[src]
fn eq(&self, __arg_0: &ClientResult) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Rhs) -> bool
1.0.0
This method tests for !=
.