pub struct ListSocks5SocketsRequest;Expand description
A Sandstorm list-socks5-sockets request.
Trait Implementations§
Source§impl ByteRead for ListSocks5SocketsRequest
impl ByteRead for ListSocks5SocketsRequest
Auto Trait Implementations§
impl Freeze for ListSocks5SocketsRequest
impl RefUnwindSafe for ListSocks5SocketsRequest
impl Send for ListSocks5SocketsRequest
impl Sync for ListSocks5SocketsRequest
impl Unpin for ListSocks5SocketsRequest
impl UnwindSafe for ListSocks5SocketsRequest
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