pub enum SimplexError {
UnableToCalculateError,
UnlimitedError,
NoSolutionsError,
InvalidDataError,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SimplexError
impl RefUnwindSafe for SimplexError
impl Send for SimplexError
impl Sync for SimplexError
impl Unpin for SimplexError
impl UnwindSafe for SimplexError
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