pub enum CddErrorCode {
Show 18 variants
DimensionTooLarge,
ImproperInputFormat,
NegativeMatrixSize,
EmptyVRepresentation,
EmptyHRepresentation,
EmptyRepresentation,
InputFileNotFound,
OutputFileNotOpen,
NoLpObjective,
NoRealNumberSupport,
NotAvailForH,
NotAvailForV,
CannotHandleLinearity,
RowIndexOutOfRange,
ColIndexOutOfRange,
LpCycling,
NumericallyInconsistent,
NoError,
}Variants§
DimensionTooLarge
ImproperInputFormat
NegativeMatrixSize
EmptyVRepresentation
EmptyHRepresentation
EmptyRepresentation
InputFileNotFound
OutputFileNotOpen
NoLpObjective
NoRealNumberSupport
NotAvailForH
NotAvailForV
CannotHandleLinearity
RowIndexOutOfRange
ColIndexOutOfRange
LpCycling
NumericallyInconsistent
NoError
Implementations§
Trait Implementations§
Source§impl Clone for CddErrorCode
impl Clone for CddErrorCode
Source§fn clone(&self) -> CddErrorCode
fn clone(&self) -> CddErrorCode
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CddErrorCode
impl Debug for CddErrorCode
Source§impl Display for CddErrorCode
impl Display for CddErrorCode
Source§impl Hash for CddErrorCode
impl Hash for CddErrorCode
Source§impl PartialEq for CddErrorCode
impl PartialEq for CddErrorCode
impl Copy for CddErrorCode
impl Eq for CddErrorCode
impl StructuralPartialEq for CddErrorCode
Auto Trait Implementations§
impl Freeze for CddErrorCode
impl RefUnwindSafe for CddErrorCode
impl Send for CddErrorCode
impl Sync for CddErrorCode
impl Unpin for CddErrorCode
impl UnsafeUnpin for CddErrorCode
impl UnwindSafe for CddErrorCode
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