pub enum ProxyKind {
HttpConnect(Uri),
}Expand description
Selects the proxy protocol for ClientBuilder::build_proxy* methods.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for ProxyKind
impl RefUnwindSafe for ProxyKind
impl Send for ProxyKind
impl Sync for ProxyKind
impl Unpin for ProxyKind
impl UnsafeUnpin for ProxyKind
impl UnwindSafe for ProxyKind
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