pub struct MutationValidator;Expand description
Validates that graph mutations do not introduce cycles. Uses petgraph’s DFS-based cycle detection.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MutationValidator
impl RefUnwindSafe for MutationValidator
impl Send for MutationValidator
impl Sync for MutationValidator
impl Unpin for MutationValidator
impl UnsafeUnpin for MutationValidator
impl UnwindSafe for MutationValidator
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