pub struct ValidEdgesRule;Expand description
Rule: All edges reference valid tasks.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ValidEdgesRule
impl RefUnwindSafe for ValidEdgesRule
impl Send for ValidEdgesRule
impl Sync for ValidEdgesRule
impl Unpin for ValidEdgesRule
impl UnsafeUnpin for ValidEdgesRule
impl UnwindSafe for ValidEdgesRule
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