pub struct SpawnToken<'task, I, O> { /* private fields */ }Auto Trait Implementations§
impl<'task, I, O> Freeze for SpawnToken<'task, I, O>
impl<'task, I, O> RefUnwindSafe for SpawnToken<'task, I, O>where
I: RefUnwindSafe,
O: RefUnwindSafe,
impl<'task, I, O> Send for SpawnToken<'task, I, O>
impl<'task, I, O> Sync for SpawnToken<'task, I, O>
impl<'task, I, O> Unpin for SpawnToken<'task, I, O>
impl<'task, I, O> UnsafeUnpin for SpawnToken<'task, I, O>
impl<'task, I, O> UnwindSafe for SpawnToken<'task, I, O>where
I: UnwindSafe,
O: UnwindSafe,
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