pub struct RemoveSocks5SocketRequest(pub SocketAddr);Expand description
A Sandstorm remove-socks5-socket request.
Tuple Fields§
§0: SocketAddrThe address of the socket to remove.
Trait Implementations§
Source§impl ByteRead for RemoveSocks5SocketRequest
impl ByteRead for RemoveSocks5SocketRequest
Auto Trait Implementations§
impl Freeze for RemoveSocks5SocketRequest
impl RefUnwindSafe for RemoveSocks5SocketRequest
impl Send for RemoveSocks5SocketRequest
impl Sync for RemoveSocks5SocketRequest
impl Unpin for RemoveSocks5SocketRequest
impl UnwindSafe for RemoveSocks5SocketRequest
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