Struct sozu_command_lib::proxy::ProxyResponse
source · pub struct ProxyResponse {
pub id: MessageId,
pub status: ProxyResponseStatus,
pub data: Option<ProxyResponseData>,
}
Fields§
§id: MessageId
§status: ProxyResponseStatus
§data: Option<ProxyResponseData>
Trait Implementations§
source§impl Clone for ProxyResponse
impl Clone for ProxyResponse
source§fn clone(&self) -> ProxyResponse
fn clone(&self) -> ProxyResponse
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ProxyResponse
impl Debug for ProxyResponse
source§impl<'de> Deserialize<'de> for ProxyResponse
impl<'de> Deserialize<'de> for ProxyResponse
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more