Struct sozu_command_lib::proxy::AddCertificate
source · [−]pub struct AddCertificate {
pub front: SocketAddr,
pub certificate: CertificateAndKey,
pub names: Vec<String>,
}
Fields
front: SocketAddr
certificate: CertificateAndKey
names: Vec<String>
Trait Implementations
sourceimpl Clone for AddCertificate
impl Clone for AddCertificate
sourcefn clone(&self) -> AddCertificate
fn clone(&self) -> AddCertificate
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for AddCertificate
impl Debug for AddCertificate
sourceimpl<'de> Deserialize<'de> for AddCertificate
impl<'de> Deserialize<'de> for AddCertificate
sourcefn 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
sourceimpl Hash for AddCertificate
impl Hash for AddCertificate
sourceimpl PartialEq<AddCertificate> for AddCertificate
impl PartialEq<AddCertificate> for AddCertificate
sourcefn eq(&self, other: &AddCertificate) -> bool
fn eq(&self, other: &AddCertificate) -> bool
sourceimpl Serialize for AddCertificate
impl Serialize for AddCertificate
impl Eq for AddCertificate
impl StructuralEq for AddCertificate
impl StructuralPartialEq for AddCertificate
Auto Trait Implementations
impl RefUnwindSafe for AddCertificate
impl Send for AddCertificate
impl Sync for AddCertificate
impl Unpin for AddCertificate
impl UnwindSafe for AddCertificate
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more