Struct sozu_command_lib::messages::ActivateListener [−][src]
pub struct ActivateListener { pub front: SocketAddr, pub proxy: ListenerType, pub from_scm: bool, }
Fields
front: SocketAddr
proxy: ListenerType
from_scm: bool
Trait Implementations
impl Debug for ActivateListener
[src]
impl Debug for ActivateListener
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 ActivateListener
[src]
impl Clone for ActivateListener
fn clone(&self) -> ActivateListener
[src]
fn clone(&self) -> ActivateListener
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 ActivateListener
[src]
impl PartialEq for ActivateListener
fn eq(&self, other: &ActivateListener) -> bool
[src]
fn eq(&self, other: &ActivateListener) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &ActivateListener) -> bool
[src]
fn ne(&self, other: &ActivateListener) -> bool
This method tests for !=
.
impl Eq for ActivateListener
[src]
impl Eq for ActivateListener
impl Hash for ActivateListener
[src]
impl Hash for ActivateListener
Auto Trait Implementations
impl Send for ActivateListener
impl Send for ActivateListener
impl Sync for ActivateListener
impl Sync for ActivateListener