pub struct ValidDependenciesRule;Expand description
Rule: Task dependencies are valid.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ValidDependenciesRule
impl RefUnwindSafe for ValidDependenciesRule
impl Send for ValidDependenciesRule
impl Sync for ValidDependenciesRule
impl Unpin for ValidDependenciesRule
impl UnsafeUnpin for ValidDependenciesRule
impl UnwindSafe for ValidDependenciesRule
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