pub struct CycleValidator;Expand description
Detect cycles among Child edges of a pack graph.
Trait Implementations§
Source§impl GraphValidator for CycleValidator
impl GraphValidator for CycleValidator
Auto Trait Implementations§
impl Freeze for CycleValidator
impl RefUnwindSafe for CycleValidator
impl Send for CycleValidator
impl Sync for CycleValidator
impl Unpin for CycleValidator
impl UnsafeUnpin for CycleValidator
impl UnwindSafe for CycleValidator
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