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

impl Clone for QueryAnswerApplication[src]

impl Debug for QueryAnswerApplication[src]

impl Default for QueryAnswerApplication[src]

impl<'de> Deserialize<'de> for QueryAnswerApplication[src]

impl Eq for QueryAnswerApplication[src]

impl Hash for QueryAnswerApplication[src]

impl PartialEq<QueryAnswerApplication> for QueryAnswerApplication[src]

impl Serialize for QueryAnswerApplication[src]

impl StructuralEq for QueryAnswerApplication[src]

impl StructuralPartialEq for QueryAnswerApplication[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Reset for T where
    T: Default + Clone
[src]

impl<T> Reset for T where
    T: Default + Clone
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.