Struct trillium_proxy::upstream::ForwardProxy
source · 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 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<U> IntoUpstreamSelector for Uwhere
U: UpstreamSelector,
impl<U> IntoUpstreamSelector for Uwhere
U: UpstreamSelector,
§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