Enum sozu_command_lib::proxy::ProxyResponseStatus [−][src]
pub enum ProxyResponseStatus { Ok, Processing, Error(String), }
Variants
Error(String)
Trait Implementations
impl Clone for ProxyResponseStatus
[src]
impl Clone for ProxyResponseStatus
[src]fn clone(&self) -> ProxyResponseStatus
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl<'de> Deserialize<'de> for ProxyResponseStatus
[src]
impl<'de> Deserialize<'de> for ProxyResponseStatus
[src]fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
[src]
__D: Deserializer<'de>,
impl Eq for ProxyResponseStatus
[src]
impl Eq for ProxyResponseStatus
[src]impl Hash for ProxyResponseStatus
[src]
impl Hash for ProxyResponseStatus
[src]impl PartialEq<ProxyResponseStatus> for ProxyResponseStatus
[src]
impl PartialEq<ProxyResponseStatus> for ProxyResponseStatus
[src]fn eq(&self, other: &ProxyResponseStatus) -> bool
[src]
fn ne(&self, other: &ProxyResponseStatus) -> bool
[src]
impl Serialize for ProxyResponseStatus
[src]
impl Serialize for ProxyResponseStatus
[src]impl StructuralEq for ProxyResponseStatus
[src]
impl StructuralEq for ProxyResponseStatus
[src]Auto Trait Implementations
impl RefUnwindSafe for ProxyResponseStatus
impl RefUnwindSafe for ProxyResponseStatus
impl Send for ProxyResponseStatus
impl Send for ProxyResponseStatus
impl Sync for ProxyResponseStatus
impl Sync for ProxyResponseStatus
impl Unpin for ProxyResponseStatus
impl Unpin for ProxyResponseStatus
impl UnwindSafe for ProxyResponseStatus
impl UnwindSafe for ProxyResponseStatus
Blanket Implementations
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>,
[src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>,
[src]impl<T> Same<T> for T
impl<T> Same<T> for T
type Output = T
Should always be Self