pub enum OutboundProxyRoute {
Send {
target_addr: SocketAddr,
},
Drop,
}Variants§
Trait Implementations§
Source§impl Clone for OutboundProxyRoute
impl Clone for OutboundProxyRoute
Source§fn clone(&self) -> OutboundProxyRoute
fn clone(&self) -> OutboundProxyRoute
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 OutboundProxyRoute
impl Debug for OutboundProxyRoute
Source§impl PartialEq for OutboundProxyRoute
impl PartialEq for OutboundProxyRoute
impl Copy for OutboundProxyRoute
impl Eq for OutboundProxyRoute
impl StructuralPartialEq for OutboundProxyRoute
Auto Trait Implementations§
impl Freeze for OutboundProxyRoute
impl RefUnwindSafe for OutboundProxyRoute
impl Send for OutboundProxyRoute
impl Sync for OutboundProxyRoute
impl Unpin for OutboundProxyRoute
impl UnsafeUnpin for OutboundProxyRoute
impl UnwindSafe for OutboundProxyRoute
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