Struct sozu_command_lib::proxy::ReplaceCertificate
source · pub struct ReplaceCertificate {
pub address: SocketAddr,
pub new_certificate: CertificateAndKey,
pub old_fingerprint: CertificateFingerprint,
pub new_names: Vec<String>,
pub new_expired_at: Option<i64>,
}
Fields§
§address: SocketAddr
§new_certificate: CertificateAndKey
§old_fingerprint: CertificateFingerprint
§new_names: Vec<String>
§new_expired_at: Option<i64>
Trait Implementations§
source§impl Clone for ReplaceCertificate
impl Clone for ReplaceCertificate
source§fn clone(&self) -> ReplaceCertificate
fn clone(&self) -> ReplaceCertificate
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 ReplaceCertificate
impl Debug for ReplaceCertificate
source§impl<'de> Deserialize<'de> for ReplaceCertificate
impl<'de> Deserialize<'de> for ReplaceCertificate
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