Struct sozu_lib::tls::CertificateOverride
source · Fields§
§names: Option<HashSet<String>>
§expiration: Option<i64>
Trait Implementations§
source§impl Clone for CertificateOverride
impl Clone for CertificateOverride
source§fn clone(&self) -> CertificateOverride
fn clone(&self) -> CertificateOverride
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 CertificateOverride
impl Debug for CertificateOverride
source§impl From<&AddCertificate> for CertificateOverride
impl From<&AddCertificate> for CertificateOverride
source§fn from(opts: &AddCertificate) -> Self
fn from(opts: &AddCertificate) -> Self
Converts to this type from the input type.