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