pub struct Socks5Request {
pub target_addr: String,
}Expand description
Parsed SOCKS5 CONNECT request.
Fields§
§target_addr: StringAuto Trait Implementations§
impl Freeze for Socks5Request
impl RefUnwindSafe for Socks5Request
impl Send for Socks5Request
impl Sync for Socks5Request
impl Unpin for Socks5Request
impl UnsafeUnpin for Socks5Request
impl UnwindSafe for Socks5Request
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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