Struct sozu_command_lib::proxy::RemoveCertificate
source · pub struct RemoveCertificate {
pub front: SocketAddr,
pub fingerprint: CertFingerprint,
pub names: Vec<String>,
}Fields§
§front: SocketAddr§fingerprint: CertFingerprint§names: Vec<String>Trait Implementations§
source§impl Clone for RemoveCertificate
impl Clone for RemoveCertificate
source§fn clone(&self) -> RemoveCertificate
fn clone(&self) -> RemoveCertificate
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for RemoveCertificate
impl Debug for RemoveCertificate
source§impl<'de> Deserialize<'de> for RemoveCertificate
impl<'de> Deserialize<'de> for RemoveCertificate
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more