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
app_id: String
hostname: String
path_begin: String
cert_fingerprint: CertFingerprint
Trait Implementations
impl Debug for TlsApp
[src]
impl Clone for TlsApp
[src]
fn clone(&self) -> TlsApp
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more
impl PartialEq for TlsApp
[src]
fn eq(&self, __arg_0: &TlsApp) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &TlsApp) -> bool
This method tests for !=
.