pub struct PairwiseConflict {
pub i: usize,
pub j: usize,
}Expand description
A pair of formulas that cannot hold simultaneously.
Fields§
§i: usize§j: usizeTrait Implementations§
Auto Trait Implementations§
impl Freeze for PairwiseConflict
impl RefUnwindSafe for PairwiseConflict
impl Send for PairwiseConflict
impl Sync for PairwiseConflict
impl Unpin for PairwiseConflict
impl UnsafeUnpin for PairwiseConflict
impl UnwindSafe for PairwiseConflict
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