Struct sozu_command_lib::proxy::QueryAnswerApplication [−][src]
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
Returns the “default value” for a type. Read more
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
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for QueryAnswerApplication
impl Send for QueryAnswerApplication
impl Sync for QueryAnswerApplication
impl Unpin for QueryAnswerApplication
impl UnwindSafe for QueryAnswerApplication
Blanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = T
Should always be Self