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
sourceimpl Clone for RemoveCertificate
impl Clone for RemoveCertificate
sourcefn clone(&self) -> RemoveCertificate
fn clone(&self) -> RemoveCertificate
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 RemoveCertificate
impl Debug for RemoveCertificate
sourceimpl<'de> Deserialize<'de> for RemoveCertificate
impl<'de> Deserialize<'de> for RemoveCertificate
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 RemoveCertificate
impl Hash for RemoveCertificate
sourceimpl PartialEq<RemoveCertificate> for RemoveCertificate
impl PartialEq<RemoveCertificate> for RemoveCertificate
sourcefn eq(&self, other: &RemoveCertificate) -> bool
fn eq(&self, other: &RemoveCertificate) -> bool
sourceimpl Serialize for RemoveCertificate
impl Serialize for RemoveCertificate
impl Eq for RemoveCertificate
impl StructuralEq for RemoveCertificate
impl StructuralPartialEq for RemoveCertificate
Auto Trait Implementations
impl RefUnwindSafe for RemoveCertificate
impl Send for RemoveCertificate
impl Sync for RemoveCertificate
impl Unpin for RemoveCertificate
impl UnwindSafe for RemoveCertificate
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