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
sourceimpl Clone for QueryAnswerApplication
impl Clone for QueryAnswerApplication
sourcefn clone(&self) -> QueryAnswerApplication
fn clone(&self) -> QueryAnswerApplication
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for QueryAnswerApplication
impl Debug for QueryAnswerApplication
sourceimpl Default for QueryAnswerApplication
impl Default for QueryAnswerApplication
sourcefn default() -> QueryAnswerApplication
fn default() -> QueryAnswerApplication
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for QueryAnswerApplication
impl<'de> Deserialize<'de> for QueryAnswerApplication
sourcefn 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
sourceimpl Hash for QueryAnswerApplication
impl Hash for QueryAnswerApplication
sourceimpl PartialEq<QueryAnswerApplication> for QueryAnswerApplication
impl PartialEq<QueryAnswerApplication> for QueryAnswerApplication
sourcefn eq(&self, other: &QueryAnswerApplication) -> bool
fn eq(&self, other: &QueryAnswerApplication) -> bool
sourceimpl Serialize for QueryAnswerApplication
impl Serialize for QueryAnswerApplication
impl Eq for QueryAnswerApplication
impl StructuralEq for QueryAnswerApplication
impl StructuralPartialEq for QueryAnswerApplication
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more