Enum sozu_command_lib::proxy::ProxyResponseStatus [−][src]
pub enum ProxyResponseStatus {
Ok,
Processing,
Error(String),
}Variants
OkProcessingError(String)
Trait Implementations
impl Debug for ProxyResponseStatus[src]
impl Debug for ProxyResponseStatusfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for ProxyResponseStatus[src]
impl Clone for ProxyResponseStatusfn clone(&self) -> ProxyResponseStatus[src]
fn clone(&self) -> ProxyResponseStatusReturns 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
impl PartialEq for ProxyResponseStatus[src]
impl PartialEq for ProxyResponseStatusfn eq(&self, other: &ProxyResponseStatus) -> bool[src]
fn eq(&self, other: &ProxyResponseStatus) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &ProxyResponseStatus) -> bool[src]
fn ne(&self, other: &ProxyResponseStatus) -> boolThis method tests for !=.
impl Eq for ProxyResponseStatus[src]
impl Eq for ProxyResponseStatusimpl Hash for ProxyResponseStatus[src]
impl Hash for ProxyResponseStatusAuto Trait Implementations
impl Send for ProxyResponseStatus
impl Send for ProxyResponseStatusimpl Sync for ProxyResponseStatus
impl Sync for ProxyResponseStatus