pub struct CommandJoinHandle<R>(/* private fields */);Implementations§
Source§impl<R> CommandJoinHandle<R>
impl<R> CommandJoinHandle<R>
pub async fn join(self) -> CommandStopped<(), R>
Auto Trait Implementations§
impl<R> Freeze for CommandJoinHandle<R>
impl<R> RefUnwindSafe for CommandJoinHandle<R>
impl<R> Send for CommandJoinHandle<R>
impl<R> Sync for CommandJoinHandle<R>
impl<R> Unpin for CommandJoinHandle<R>
impl<R> UnwindSafe for CommandJoinHandle<R>
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