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