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