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 Debug for HttpsFront
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 HttpsFront
[src]
impl Clone for HttpsFront
fn clone(&self) -> HttpsFront
[src]
fn clone(&self) -> HttpsFront
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 HttpsFront
[src]
impl PartialEq for HttpsFront
fn eq(&self, other: &HttpsFront) -> bool
[src]
fn eq(&self, other: &HttpsFront) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &HttpsFront) -> bool
[src]
fn ne(&self, other: &HttpsFront) -> bool
This method tests for !=
.
impl Eq for HttpsFront
[src]
impl Eq for HttpsFront
impl Hash for HttpsFront
[src]
impl Hash for HttpsFront
Auto Trait Implementations
impl Send for HttpsFront
impl Send for HttpsFront
impl Sync for HttpsFront
impl Sync for HttpsFront