Struct sozu_command_lib::proxy::RemoveBackend
source · [−]pub struct RemoveBackend {
pub app_id: String,
pub backend_id: String,
pub address: SocketAddr,
}
Fields
app_id: String
backend_id: String
address: SocketAddr
Trait Implementations
sourceimpl Clone for RemoveBackend
impl Clone for RemoveBackend
sourcefn clone(&self) -> RemoveBackend
fn clone(&self) -> RemoveBackend
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 RemoveBackend
impl Debug for RemoveBackend
sourceimpl<'de> Deserialize<'de> for RemoveBackend
impl<'de> Deserialize<'de> for RemoveBackend
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 RemoveBackend
impl Hash for RemoveBackend
sourceimpl PartialEq<RemoveBackend> for RemoveBackend
impl PartialEq<RemoveBackend> for RemoveBackend
sourcefn eq(&self, other: &RemoveBackend) -> bool
fn eq(&self, other: &RemoveBackend) -> bool
sourceimpl Serialize for RemoveBackend
impl Serialize for RemoveBackend
impl Eq for RemoveBackend
impl StructuralEq for RemoveBackend
impl StructuralPartialEq for RemoveBackend
Auto Trait Implementations
impl RefUnwindSafe for RemoveBackend
impl Send for RemoveBackend
impl Sync for RemoveBackend
impl Unpin for RemoveBackend
impl UnwindSafe for RemoveBackend
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