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 Debug for ProxyResponse[src]
impl Debug for ProxyResponsefn 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 ProxyResponse[src]
impl Clone for ProxyResponsefn clone(&self) -> ProxyResponse[src]
fn clone(&self) -> ProxyResponseReturns 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 ProxyResponse[src]
impl PartialEq for ProxyResponsefn eq(&self, other: &ProxyResponse) -> bool[src]
fn eq(&self, other: &ProxyResponse) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &ProxyResponse) -> bool[src]
fn ne(&self, other: &ProxyResponse) -> boolThis method tests for !=.
impl Eq for ProxyResponse[src]
impl Eq for ProxyResponseimpl Display for ProxyResponse[src]
impl Display for ProxyResponseAuto Trait Implementations
impl Send for ProxyResponse
impl Send for ProxyResponseimpl Sync for ProxyResponse
impl Sync for ProxyResponse