Struct sozu_lib::messages::TlsFront [] [src]

pub struct TlsFront {
    pub app_id: String,
    pub hostname: String,
    pub path_begin: String,
    pub fingerprint: CertFingerprint,
}

Fields

Trait Implementations

impl Debug for TlsFront
[src]

Formats the value using the given formatter.

impl Clone for TlsFront
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for TlsFront
[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 TlsFront
[src]

impl Hash for TlsFront
[src]

Feeds this value into the state given, updating the hasher as necessary.

Feeds a slice of this type into the state provided.