pub enum EquationBounds {
Bounds {
pivot: SymbolID,
last_nonzero_id: SymbolID,
},
EmptyBounds,
}Variants§
Trait Implementations§
Source§impl Debug for EquationBounds
impl Debug for EquationBounds
impl Eq for EquationBounds
Source§impl PartialEq for EquationBounds
impl PartialEq for EquationBounds
Source§fn eq(&self, other: &EquationBounds) -> bool
fn eq(&self, other: &EquationBounds) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for EquationBounds
Auto Trait Implementations§
impl Freeze for EquationBounds
impl RefUnwindSafe for EquationBounds
impl Send for EquationBounds
impl Sync for EquationBounds
impl Unpin for EquationBounds
impl UnsafeUnpin for EquationBounds
impl UnwindSafe for EquationBounds
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