pub enum SolverType {
Monster,
}Variants§
Monster
Trait Implementations§
Source§impl Debug for SolverType
impl Debug for SolverType
Source§impl<'_derivative_strum> From<&'_derivative_strum SolverType> for &'static str
impl<'_derivative_strum> From<&'_derivative_strum SolverType> for &'static str
Source§fn from(x: &'_derivative_strum SolverType) -> &'static str
fn from(x: &'_derivative_strum SolverType) -> &'static str
Converts to this type from the input type.
Source§impl From<SolverType> for &'static str
impl From<SolverType> for &'static str
Source§fn from(x: SolverType) -> &'static str
fn from(x: SolverType) -> &'static str
Converts to this type from the input type.
Source§impl FromStr for SolverType
impl FromStr for SolverType
Source§impl VariantNames for SolverType
impl VariantNames for SolverType
Auto Trait Implementations§
impl Freeze for SolverType
impl RefUnwindSafe for SolverType
impl Send for SolverType
impl Sync for SolverType
impl Unpin for SolverType
impl UnwindSafe for SolverType
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