pub struct ForwardProxy;
Expand description
an upstream selector for forward proxy
Trait Implementations§
Source§impl Clone for ForwardProxy
impl Clone for ForwardProxy
Source§fn clone(&self) -> ForwardProxy
fn clone(&self) -> ForwardProxy
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 ForwardProxy
impl Debug for ForwardProxy
Source§impl UpstreamSelector for ForwardProxy
impl UpstreamSelector for ForwardProxy
impl Copy for ForwardProxy
Auto Trait Implementations§
impl Freeze for ForwardProxy
impl RefUnwindSafe for ForwardProxy
impl Send for ForwardProxy
impl Sync for ForwardProxy
impl Unpin for ForwardProxy
impl UnwindSafe for ForwardProxy
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<U> IntoUpstreamSelector for Uwhere
U: UpstreamSelector,
impl<U> IntoUpstreamSelector for Uwhere
U: UpstreamSelector,
Source§type UpstreamSelector = U
type UpstreamSelector = U
the type that Self will be transformed into
Source§fn into_upstream(self) -> U
fn into_upstream(self) -> U
transform self into the upstream selector