pub struct AddSandstormSocketResponse(pub Result<(), Error>);Expand description
A Sandstorm add-sandstorm-socket response.
Tuple Fields§
§0: Result<(), Error>The result of the add socket operation.
Implementations§
Source§impl AddSandstormSocketResponse
impl AddSandstormSocketResponse
pub fn as_ref(&self) -> AddSandstormSocketResponseRef<'_>
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for AddSandstormSocketResponse
impl !UnwindSafe for AddSandstormSocketResponse
impl Freeze for AddSandstormSocketResponse
impl Send for AddSandstormSocketResponse
impl Sync for AddSandstormSocketResponse
impl Unpin for AddSandstormSocketResponse
impl UnsafeUnpin for AddSandstormSocketResponse
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