pub struct TaskTree {
pub cancel: CancellationToken,
pub tasks: TaskTracker,
/* private fields */
}Fields§
§cancel: CancellationToken§tasks: TaskTrackerImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TaskTree
impl RefUnwindSafe for TaskTree
impl Send for TaskTree
impl Sync for TaskTree
impl Unpin for TaskTree
impl UnwindSafe for TaskTree
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