pub struct ListSocks5SocketsResponse(pub Vec<SocketAddr>);Expand description
A Sandstorm list-socks5-sockets response.
Tuple Fields§
§0: Vec<SocketAddr>The list of sockets listening for incoming socks5 connections sent by the server.
Implementations§
Source§impl ListSocks5SocketsResponse
impl ListSocks5SocketsResponse
pub fn as_ref(&self) -> ListSocks5SocketsResponseRef<'_>
Trait Implementations§
Source§impl ByteRead for ListSocks5SocketsResponse
impl ByteRead for ListSocks5SocketsResponse
Auto Trait Implementations§
impl Freeze for ListSocks5SocketsResponse
impl RefUnwindSafe for ListSocks5SocketsResponse
impl Send for ListSocks5SocketsResponse
impl Sync for ListSocks5SocketsResponse
impl Unpin for ListSocks5SocketsResponse
impl UnwindSafe for ListSocks5SocketsResponse
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