#[repr(i32)]pub enum HighsReturnStatus {
Ok = 0,
Warning = 1,
Error = 2,
}Variants§
Trait Implementations§
Source§impl Clone for HighsReturnStatus
impl Clone for HighsReturnStatus
Source§fn clone(&self) -> HighsReturnStatus
fn clone(&self) -> HighsReturnStatus
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 HighsReturnStatus
impl Debug for HighsReturnStatus
Source§impl PartialEq for HighsReturnStatus
impl PartialEq for HighsReturnStatus
impl Copy for HighsReturnStatus
impl Eq for HighsReturnStatus
impl StructuralPartialEq for HighsReturnStatus
Auto Trait Implementations§
impl Freeze for HighsReturnStatus
impl RefUnwindSafe for HighsReturnStatus
impl Send for HighsReturnStatus
impl Sync for HighsReturnStatus
impl Unpin for HighsReturnStatus
impl UnsafeUnpin for HighsReturnStatus
impl UnwindSafe for HighsReturnStatus
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