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 Clone for ActivateListener
[src]
impl Clone for ActivateListener
[src]fn clone(&self) -> ActivateListener
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl<'de> Deserialize<'de> for ActivateListener
[src]
impl<'de> Deserialize<'de> for ActivateListener
[src]fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
[src]
__D: Deserializer<'de>,
impl Eq for ActivateListener
[src]
impl Eq for ActivateListener
[src]impl Hash for ActivateListener
[src]
impl Hash for ActivateListener
[src]impl PartialEq<ActivateListener> for ActivateListener
[src]
impl PartialEq<ActivateListener> for ActivateListener
[src]fn eq(&self, other: &ActivateListener) -> bool
[src]
fn ne(&self, other: &ActivateListener) -> bool
[src]
impl Serialize for ActivateListener
[src]
impl Serialize for ActivateListener
[src]impl StructuralEq for ActivateListener
[src]
impl StructuralEq for ActivateListener
[src]impl StructuralPartialEq for ActivateListener
[src]
impl StructuralPartialEq for ActivateListener
[src]Auto Trait Implementations
impl RefUnwindSafe for ActivateListener
impl RefUnwindSafe for ActivateListener
impl Send for ActivateListener
impl Send for ActivateListener
impl Sync for ActivateListener
impl Sync for ActivateListener
impl Unpin for ActivateListener
impl Unpin for ActivateListener
impl UnwindSafe for ActivateListener
impl UnwindSafe for ActivateListener
Blanket Implementations
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>,
[src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>,
[src]impl<T> Same<T> for T
impl<T> Same<T> for T
type Output = T
Should always be Self