Struct sozu_command_lib::proxy::ReplaceCertificate [−][src]
pub struct ReplaceCertificate {
pub front: SocketAddr,
pub new_certificate: CertificateAndKey,
pub old_fingerprint: CertFingerprint,
pub old_names: Vec<String>,
pub new_names: Vec<String>,
}Fields
front: SocketAddr
new_certificate: CertificateAndKey
old_fingerprint: CertFingerprint
old_names: Vec<String>
new_names: Vec<String>
Trait Implementations
impl Debug for ReplaceCertificate[src]
impl Debug for ReplaceCertificatefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for ReplaceCertificate[src]
impl Clone for ReplaceCertificatefn clone(&self) -> ReplaceCertificate[src]
fn clone(&self) -> ReplaceCertificateReturns 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 ReplaceCertificate[src]
impl PartialEq for ReplaceCertificatefn eq(&self, other: &ReplaceCertificate) -> bool[src]
fn eq(&self, other: &ReplaceCertificate) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &ReplaceCertificate) -> bool[src]
fn ne(&self, other: &ReplaceCertificate) -> boolThis method tests for !=.
impl Eq for ReplaceCertificate[src]
impl Eq for ReplaceCertificateimpl Hash for ReplaceCertificate[src]
impl Hash for ReplaceCertificateAuto Trait Implementations
impl Send for ReplaceCertificate
impl Send for ReplaceCertificateimpl Sync for ReplaceCertificate
impl Sync for ReplaceCertificate