Struct sozu_command_lib::messages::RemoveCertificate [−][src]
pub struct RemoveCertificate { pub front: SocketAddr, pub fingerprint: CertFingerprint, pub names: Vec<String>, }
Fields
front: SocketAddr
fingerprint: CertFingerprint
names: Vec<String>
Trait Implementations
impl Debug for RemoveCertificate
[src]
impl Debug for RemoveCertificate
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 RemoveCertificate
[src]
impl Clone for RemoveCertificate
fn clone(&self) -> RemoveCertificate
[src]
fn clone(&self) -> RemoveCertificate
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 RemoveCertificate
[src]
impl PartialEq for RemoveCertificate
fn eq(&self, other: &RemoveCertificate) -> bool
[src]
fn eq(&self, other: &RemoveCertificate) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &RemoveCertificate) -> bool
[src]
fn ne(&self, other: &RemoveCertificate) -> bool
This method tests for !=
.
impl Eq for RemoveCertificate
[src]
impl Eq for RemoveCertificate
impl Hash for RemoveCertificate
[src]
impl Hash for RemoveCertificate
Auto Trait Implementations
impl Send for RemoveCertificate
impl Send for RemoveCertificate
impl Sync for RemoveCertificate
impl Sync for RemoveCertificate