Struct sozu_command_lib::messages::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 ReplaceCertificate
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 ReplaceCertificate
[src]
impl Clone for ReplaceCertificate
fn clone(&self) -> ReplaceCertificate
[src]
fn clone(&self) -> ReplaceCertificate
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 ReplaceCertificate
[src]
impl PartialEq for ReplaceCertificate
fn eq(&self, other: &ReplaceCertificate) -> bool
[src]
fn eq(&self, other: &ReplaceCertificate) -> bool
This 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) -> bool
This method tests for !=
.
impl Eq for ReplaceCertificate
[src]
impl Eq for ReplaceCertificate
impl Hash for ReplaceCertificate
[src]
impl Hash for ReplaceCertificate
Auto Trait Implementations
impl Send for ReplaceCertificate
impl Send for ReplaceCertificate
impl Sync for ReplaceCertificate
impl Sync for ReplaceCertificate