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