pub struct InProcess {
pub task_set: CancelTaskSet,
}Expand description
A in-process task set that is cancelled when dropped.
Fields§
§task_set: CancelTaskSetCancellable task set.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for InProcess
impl !RefUnwindSafe for InProcess
impl Send for InProcess
impl Sync for InProcess
impl Unpin for InProcess
impl !UnwindSafe for InProcess
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