pub struct NoOrphanTasksRule;Expand description
Rule: No orphan tasks (all tasks should be reachable).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NoOrphanTasksRule
impl RefUnwindSafe for NoOrphanTasksRule
impl Send for NoOrphanTasksRule
impl Sync for NoOrphanTasksRule
impl Unpin for NoOrphanTasksRule
impl UnsafeUnpin for NoOrphanTasksRule
impl UnwindSafe for NoOrphanTasksRule
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