Struct sozu_command_lib::proxy::ProxyResponse [−][src]
pub struct ProxyResponse { pub id: MessageId, pub status: ProxyResponseStatus, pub data: Option<ProxyResponseData>, }
Fields
id: MessageId
status: ProxyResponseStatus
data: Option<ProxyResponseData>
Trait Implementations
impl Clone for ProxyResponse
[src]
impl Clone for ProxyResponse
[src]fn clone(&self) -> ProxyResponse
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl<'de> Deserialize<'de> for ProxyResponse
[src]
impl<'de> Deserialize<'de> for ProxyResponse
[src]fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
[src]
__D: Deserializer<'de>,
impl Eq for ProxyResponse
[src]
impl Eq for ProxyResponse
[src]impl PartialEq<ProxyResponse> for ProxyResponse
[src]
impl PartialEq<ProxyResponse> for ProxyResponse
[src]fn eq(&self, other: &ProxyResponse) -> bool
[src]
fn ne(&self, other: &ProxyResponse) -> bool
[src]
impl Serialize for ProxyResponse
[src]
impl Serialize for ProxyResponse
[src]impl StructuralEq for ProxyResponse
[src]
impl StructuralEq for ProxyResponse
[src]impl StructuralPartialEq for ProxyResponse
[src]
impl StructuralPartialEq for ProxyResponse
[src]Auto Trait Implementations
impl RefUnwindSafe for ProxyResponse
impl RefUnwindSafe for ProxyResponse
impl Send for ProxyResponse
impl Send for ProxyResponse
impl Sync for ProxyResponse
impl Sync for ProxyResponse
impl Unpin for ProxyResponse
impl Unpin for ProxyResponse
impl UnwindSafe for ProxyResponse
impl UnwindSafe for ProxyResponse