Struct sozu_command_lib::proxy::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 RemoveCertificatefn 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 RemoveCertificate[src]
impl Clone for RemoveCertificatefn clone(&self) -> RemoveCertificate[src]
fn clone(&self) -> RemoveCertificateReturns 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 RemoveCertificatefn eq(&self, other: &RemoveCertificate) -> bool[src]
fn eq(&self, other: &RemoveCertificate) -> boolThis 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) -> boolThis method tests for !=.
impl Eq for RemoveCertificate[src]
impl Eq for RemoveCertificateimpl Hash for RemoveCertificate[src]
impl Hash for RemoveCertificateAuto Trait Implementations
impl Send for RemoveCertificate
impl Send for RemoveCertificateimpl Sync for RemoveCertificate
impl Sync for RemoveCertificate