Struct sozu_lib::network::https_rustls::configuration::TlsApp [−][src]
pub struct TlsApp {
pub app_id: String,
pub hostname: String,
pub path_begin: String,
pub cert_fingerprint: CertFingerprint,
}Fields
app_id: String
hostname: String
path_begin: String
cert_fingerprint: CertFingerprint
Trait Implementations
impl Debug for TlsApp[src]
impl Debug for TlsAppfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for TlsApp[src]
impl Clone for TlsAppfn clone(&self) -> TlsApp[src]
fn clone(&self) -> TlsAppReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl PartialEq for TlsApp[src]
impl PartialEq for TlsAppfn eq(&self, other: &TlsApp) -> bool[src]
fn eq(&self, other: &TlsApp) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &TlsApp) -> bool[src]
fn ne(&self, other: &TlsApp) -> boolThis method tests for !=.
impl Eq for TlsApp[src]
impl Eq for TlsApp