Enum sozu_command_lib::proxy::ProxyResponseData [−][src]
pub enum ProxyResponseData {
Metrics(MetricsData),
Query(QueryAnswer),
}Variants
Metrics(MetricsData)Query(QueryAnswer)
Trait Implementations
impl Debug for ProxyResponseData[src]
impl Debug for ProxyResponseDatafn 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 ProxyResponseData[src]
impl Clone for ProxyResponseDatafn clone(&self) -> ProxyResponseData[src]
fn clone(&self) -> ProxyResponseDataReturns 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 ProxyResponseData[src]
impl PartialEq for ProxyResponseDatafn eq(&self, other: &ProxyResponseData) -> bool[src]
fn eq(&self, other: &ProxyResponseData) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &ProxyResponseData) -> bool[src]
fn ne(&self, other: &ProxyResponseData) -> boolThis method tests for !=.
impl Eq for ProxyResponseData[src]
impl Eq for ProxyResponseDataAuto Trait Implementations
impl Send for ProxyResponseData
impl Send for ProxyResponseDataimpl Sync for ProxyResponseData
impl Sync for ProxyResponseData