struct StubWorkerReturn {
suspend_tube: Tube,
}Fields§
§suspend_tube: TubeAuto Trait Implementations§
impl Freeze for StubWorkerReturn
impl RefUnwindSafe for StubWorkerReturn
impl Send for StubWorkerReturn
impl Sync for StubWorkerReturn
impl Unpin for StubWorkerReturn
impl UnwindSafe for StubWorkerReturn
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