pub struct RemoveSandstormSocketResponse(pub RemoveSocketResponse);Expand description
A Sandstorm remove-sandstorm-socket response.
Tuple Fields§
§0: RemoveSocketResponseThe status of the remove socket operation.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RemoveSandstormSocketResponse
impl RefUnwindSafe for RemoveSandstormSocketResponse
impl Send for RemoveSandstormSocketResponse
impl Sync for RemoveSandstormSocketResponse
impl Unpin for RemoveSandstormSocketResponse
impl UnwindSafe for RemoveSandstormSocketResponse
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