Struct sozu_lib::network::tls::TlsApp [] [src]

pub struct TlsApp {
    pub app_id: String,
    pub hostname: String,
    pub path_begin: String,
    pub cert_fingerprint: CertFingerprint,
}

Fields

Trait Implementations

impl Debug for TlsApp
[src]

Formats the value using the given formatter.

impl Clone for TlsApp
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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