pub struct ConstraintGraph { /* private fields */ }Expand description
Undirected constraint graph over entity variables. Self-loops are meaningless for binary constraints and rejected at construction; unconnected variables still form singleton components so no variable can silently drop out of the solve.
Implementations§
Source§impl ConstraintGraph
impl ConstraintGraph
Auto Trait Implementations§
impl Freeze for ConstraintGraph
impl RefUnwindSafe for ConstraintGraph
impl Send for ConstraintGraph
impl Sync for ConstraintGraph
impl Unpin for ConstraintGraph
impl UnsafeUnpin for ConstraintGraph
impl UnwindSafe for ConstraintGraph
Blanket Implementations§
impl<T> Allocation for T
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