Struct sozu_command_lib::messages::HttpsProxyConfiguration [−][src]
pub struct HttpsProxyConfiguration { pub front: SocketAddr, pub public_address: Option<IpAddr>, pub answer_404: String, pub answer_503: String, pub versions: Vec<String>, pub cipher_list: String, pub default_name: Option<String>, pub default_app_id: Option<String>, pub default_certificate: Option<Vec<u8>>, pub default_key: Option<Vec<u8>>, pub default_certificate_chain: Option<String>, pub tls_provider: TlsProvider, pub expect_proxy: bool, pub sticky_name: String, }
Fields
front: SocketAddr
public_address: Option<IpAddr>
answer_404: String
answer_503: String
versions: Vec<String>
cipher_list: String
default_name: Option<String>
default_app_id: Option<String>
default_certificate: Option<Vec<u8>>
default_key: Option<Vec<u8>>
default_certificate_chain: Option<String>
tls_provider: TlsProvider
expect_proxy: bool
sticky_name: String
Trait Implementations
impl Debug for HttpsProxyConfiguration
[src]
impl Debug for HttpsProxyConfiguration
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Clone for HttpsProxyConfiguration
[src]
impl Clone for HttpsProxyConfiguration
fn clone(&self) -> HttpsProxyConfiguration
[src]
fn clone(&self) -> HttpsProxyConfiguration
Returns 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 HttpsProxyConfiguration
[src]
impl PartialEq for HttpsProxyConfiguration
fn eq(&self, other: &HttpsProxyConfiguration) -> bool
[src]
fn eq(&self, other: &HttpsProxyConfiguration) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &HttpsProxyConfiguration) -> bool
[src]
fn ne(&self, other: &HttpsProxyConfiguration) -> bool
This method tests for !=
.
impl Eq for HttpsProxyConfiguration
[src]
impl Eq for HttpsProxyConfiguration
impl Hash for HttpsProxyConfiguration
[src]
impl Hash for HttpsProxyConfiguration
fn hash<__H: Hasher>(&self, state: &mut __H)
[src]
fn hash<__H: Hasher>(&self, state: &mut __H)
Feeds this value into the given [Hasher
]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0
[src]Feeds a slice of this type into the given [Hasher
]. Read more
impl Default for HttpsProxyConfiguration
[src]
impl Default for HttpsProxyConfiguration
fn default() -> HttpsProxyConfiguration
[src]
fn default() -> HttpsProxyConfiguration
Returns the "default value" for a type. Read more
Auto Trait Implementations
impl Send for HttpsProxyConfiguration
impl Send for HttpsProxyConfiguration
impl Sync for HttpsProxyConfiguration
impl Sync for HttpsProxyConfiguration