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