Struct sozu_command_lib::proxy::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 ActivateListenerfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for ActivateListener[src]
impl Clone for ActivateListenerfn clone(&self) -> ActivateListener[src]
fn clone(&self) -> ActivateListenerReturns 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 ActivateListenerfn eq(&self, other: &ActivateListener) -> bool[src]
fn eq(&self, other: &ActivateListener) -> boolThis 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) -> boolThis method tests for !=.
impl Eq for ActivateListener[src]
impl Eq for ActivateListenerimpl Hash for ActivateListener[src]
impl Hash for ActivateListenerAuto Trait Implementations
impl Send for ActivateListener
impl Send for ActivateListenerimpl Sync for ActivateListener
impl Sync for ActivateListener