Struct sozu_command_lib::messages::DeactivateListener [−][src]
pub struct DeactivateListener { pub front: SocketAddr, pub proxy: ListenerType, pub to_scm: bool, }
Fields
front: SocketAddr
proxy: ListenerType
to_scm: bool
Trait Implementations
impl Debug for DeactivateListener
[src]
impl Debug for DeactivateListener
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Clone for DeactivateListener
[src]
impl Clone for DeactivateListener
fn clone(&self) -> DeactivateListener
[src]
fn clone(&self) -> DeactivateListener
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl PartialEq for DeactivateListener
[src]
impl PartialEq for DeactivateListener
fn eq(&self, other: &DeactivateListener) -> bool
[src]
fn eq(&self, other: &DeactivateListener) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &DeactivateListener) -> bool
[src]
fn ne(&self, other: &DeactivateListener) -> bool
This method tests for !=
.
impl Eq for DeactivateListener
[src]
impl Eq for DeactivateListener
impl Hash for DeactivateListener
[src]
impl Hash for DeactivateListener
Auto Trait Implementations
impl Send for DeactivateListener
impl Send for DeactivateListener
impl Sync for DeactivateListener
impl Sync for DeactivateListener