Struct sozu_command_lib::messages::QueryAnswerApplication[][src]

pub struct QueryAnswerApplication {
    pub configuration: Option<Application>,
    pub http_frontends: Vec<HttpFront>,
    pub https_frontends: Vec<HttpsFront>,
    pub tcp_frontends: Vec<TcpFront>,
    pub backends: Vec<Backend>,
}

Fields

Trait Implementations

impl Debug for QueryAnswerApplication
[src]

Formats the value using the given formatter. Read more

impl Clone for QueryAnswerApplication
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for QueryAnswerApplication
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for QueryAnswerApplication
[src]

impl Hash for QueryAnswerApplication
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Default for QueryAnswerApplication
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations