pub enum ProblemType {
Qap,
Pfsp,
Lop,
}
Expand description
Contains all problem types defined in this crate. Implents TryFrom<&str>
trait, so it’s
useful to get the problem type from the instance’s name.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ProblemType
impl RefUnwindSafe for ProblemType
impl Send for ProblemType
impl Sync for ProblemType
impl Unpin for ProblemType
impl UnwindSafe for ProblemType
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