Struct sozu_command_lib::messages::HttpsFront
[−]
[src]
pub struct HttpsFront { pub app_id: String, pub hostname: String, pub path_begin: String, pub fingerprint: CertFingerprint, }
Fields
app_id: String
hostname: String
path_begin: String
fingerprint: CertFingerprint
Trait Implementations
impl Debug for HttpsFront
[src]
impl Clone for HttpsFront
[src]
fn clone(&self) -> HttpsFront
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl PartialEq for HttpsFront
[src]
fn eq(&self, __arg_0: &HttpsFront) -> bool
[src]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &HttpsFront) -> bool
[src]
This method tests for !=
.