pub struct RequestProxy {
pub url: String,
}
Fields§
§url: String
You must include the proxy schema in the URL: http://, socks4:// or socks5://.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RequestProxy
impl RefUnwindSafe for RequestProxy
impl Send for RequestProxy
impl Sync for RequestProxy
impl Unpin for RequestProxy
impl UnwindSafe for RequestProxy
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