Struct sozu_command_lib::proxy::QueryAnswerApplication
source · pub struct QueryAnswerApplication {
pub configuration: Option<Application>,
pub http_frontends: Vec<HttpFront>,
pub https_frontends: Vec<HttpFront>,
pub tcp_frontends: Vec<TcpFront>,
pub backends: Vec<Backend>,
}
Fields§
§configuration: Option<Application>
§http_frontends: Vec<HttpFront>
§https_frontends: Vec<HttpFront>
§tcp_frontends: Vec<TcpFront>
§backends: Vec<Backend>
Trait Implementations§
source§impl Clone for QueryAnswerApplication
impl Clone for QueryAnswerApplication
source§fn clone(&self) -> QueryAnswerApplication
fn clone(&self) -> QueryAnswerApplication
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 QueryAnswerApplication
impl Debug for QueryAnswerApplication
source§impl Default for QueryAnswerApplication
impl Default for QueryAnswerApplication
source§fn default() -> QueryAnswerApplication
fn default() -> QueryAnswerApplication
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for QueryAnswerApplication
impl<'de> Deserialize<'de> for QueryAnswerApplication
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