pub struct IdentityProxyRouter;Trait Implementations§
Source§impl Clone for IdentityProxyRouter
impl Clone for IdentityProxyRouter
Source§fn clone(&self) -> IdentityProxyRouter
fn clone(&self) -> IdentityProxyRouter
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 IdentityProxyRouter
impl Debug for IdentityProxyRouter
Source§impl Default for IdentityProxyRouter
impl Default for IdentityProxyRouter
Source§fn default() -> IdentityProxyRouter
fn default() -> IdentityProxyRouter
Returns the “default value” for a type. Read more
Source§impl ProxyRouter for IdentityProxyRouter
impl ProxyRouter for IdentityProxyRouter
fn route_inbound( &self, observed_src: SocketAddr, _local_addr: SocketAddr, ) -> InboundProxyRoute
fn route_outbound( &self, session_addr: SocketAddr, _local_addr: SocketAddr, ) -> OutboundProxyRoute
impl Copy for IdentityProxyRouter
Auto Trait Implementations§
impl Freeze for IdentityProxyRouter
impl RefUnwindSafe for IdentityProxyRouter
impl Send for IdentityProxyRouter
impl Sync for IdentityProxyRouter
impl Unpin for IdentityProxyRouter
impl UnsafeUnpin for IdentityProxyRouter
impl UnwindSafe for IdentityProxyRouter
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