Struct scsys_core::components::networking::ReverseProxy
source · [−]pub struct ReverseProxy {
pub connections: Vec<Connection>,
}
Fields
connections: Vec<Connection>
Trait Implementations
sourceimpl Clone for ReverseProxy
impl Clone for ReverseProxy
sourcefn clone(&self) -> ReverseProxy
fn clone(&self) -> ReverseProxy
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for ReverseProxy
impl Debug for ReverseProxy
sourceimpl<'de> Deserialize<'de> for ReverseProxy
impl<'de> Deserialize<'de> for ReverseProxy
sourcefn 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
sourceimpl Hash for ReverseProxy
impl Hash for ReverseProxy
sourceimpl PartialEq<ReverseProxy> for ReverseProxy
impl PartialEq<ReverseProxy> for ReverseProxy
sourcefn eq(&self, other: &ReverseProxy) -> bool
fn eq(&self, other: &ReverseProxy) -> bool
sourceimpl 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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<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,
sourcefn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.