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