pub enum InboundProxyRoute {
Local {
session_addr: SocketAddr,
},
Drop,
}Variants§
Trait Implementations§
Source§impl Clone for InboundProxyRoute
impl Clone for InboundProxyRoute
Source§fn clone(&self) -> InboundProxyRoute
fn clone(&self) -> InboundProxyRoute
Returns a duplicate 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 InboundProxyRoute
impl Debug for InboundProxyRoute
Source§impl PartialEq for InboundProxyRoute
impl PartialEq for InboundProxyRoute
impl Copy for InboundProxyRoute
impl Eq for InboundProxyRoute
impl StructuralPartialEq for InboundProxyRoute
Auto Trait Implementations§
impl Freeze for InboundProxyRoute
impl RefUnwindSafe for InboundProxyRoute
impl Send for InboundProxyRoute
impl Sync for InboundProxyRoute
impl Unpin for InboundProxyRoute
impl UnsafeUnpin for InboundProxyRoute
impl UnwindSafe for InboundProxyRoute
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more