pub struct TaskCapture<F, Args>(/* private fields */);Available on crate feature
static only.Implementations§
Auto Trait Implementations§
impl<F, Args> Freeze for TaskCapture<F, Args>
impl<F, Args> RefUnwindSafe for TaskCapture<F, Args>where
F: RefUnwindSafe,
Args: RefUnwindSafe,
impl<F, Args> Send for TaskCapture<F, Args>
impl<F, Args> Sync for TaskCapture<F, Args>
impl<F, Args> Unpin for TaskCapture<F, Args>
impl<F, Args> UnwindSafe for TaskCapture<F, Args>where
F: UnwindSafe,
Args: 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