Struct scsys_core::networking::ReverseProxy
source · pub struct ReverseProxy {
pub connections: Vec<Connection>,
}
Fields§
§connections: Vec<Connection>
Trait Implementations§
source§impl Clone for ReverseProxy
impl Clone for ReverseProxy
source§fn clone(&self) -> ReverseProxy
fn clone(&self) -> ReverseProxy
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ReverseProxy
impl Debug for ReverseProxy
source§impl<'de> Deserialize<'de> for ReverseProxy
impl<'de> Deserialize<'de> for ReverseProxy
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Hash for ReverseProxy
impl Hash for ReverseProxy
source§impl PartialEq<ReverseProxy> for ReverseProxy
impl PartialEq<ReverseProxy> for ReverseProxy
source§fn eq(&self, other: &ReverseProxy) -> bool
fn eq(&self, other: &ReverseProxy) -> bool
source§impl Serialize for ReverseProxy
impl Serialize for ReverseProxy
impl Eq for ReverseProxy
impl StructuralEq for ReverseProxy
impl StructuralPartialEq for ReverseProxy
Auto Trait Implementations§
impl RefUnwindSafe for ReverseProxy
impl Send for ReverseProxy
impl Sync for ReverseProxy
impl Unpin for ReverseProxy
impl UnwindSafe for ReverseProxy
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.