Struct sozu_command_lib::proxy::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 DeactivateListenerfn 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 DeactivateListener[src]
impl Clone for DeactivateListenerfn clone(&self) -> DeactivateListener[src]
fn clone(&self) -> DeactivateListenerReturns 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 DeactivateListenerfn eq(&self, other: &DeactivateListener) -> bool[src]
fn eq(&self, other: &DeactivateListener) -> boolThis 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) -> boolThis method tests for !=.
impl Eq for DeactivateListener[src]
impl Eq for DeactivateListenerimpl Hash for DeactivateListener[src]
impl Hash for DeactivateListenerAuto Trait Implementations
impl Send for DeactivateListener
impl Send for DeactivateListenerimpl Sync for DeactivateListener
impl Sync for DeactivateListener