Struct sozu_command_lib::proxy::HttpsFront
source · pub struct HttpsFront {
pub app_id: String,
pub address: SocketAddr,
pub hostname: String,
pub path_begin: String,
pub fingerprint: CertFingerprint,
}Fields§
§app_id: String§address: SocketAddr§hostname: String§path_begin: String§fingerprint: CertFingerprintTrait Implementations§
source§impl Clone for HttpsFront
impl Clone for HttpsFront
source§fn clone(&self) -> HttpsFront
fn clone(&self) -> HttpsFront
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for HttpsFront
impl Debug for HttpsFront
source§impl<'de> Deserialize<'de> for HttpsFront
impl<'de> Deserialize<'de> for HttpsFront
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Hash for HttpsFront
impl Hash for HttpsFront
source§impl Ord for HttpsFront
impl Ord for HttpsFront
source§impl PartialEq<HttpsFront> for HttpsFront
impl PartialEq<HttpsFront> for HttpsFront
source§fn eq(&self, other: &HttpsFront) -> bool
fn eq(&self, other: &HttpsFront) -> bool
source§impl PartialOrd<HttpsFront> for HttpsFront
impl PartialOrd<HttpsFront> for HttpsFront
source§fn partial_cmp(&self, other: &HttpsFront) -> Option<Ordering>
fn partial_cmp(&self, other: &HttpsFront) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read more