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