pub enum SolverVariant {
Standard,
Nu,
}Expand description
Standard vs Nu solver variant.
Variants§
Trait Implementations§
Source§impl Clone for SolverVariant
impl Clone for SolverVariant
Source§fn clone(&self) -> SolverVariant
fn clone(&self) -> SolverVariant
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 SolverVariant
impl Debug for SolverVariant
Source§impl PartialEq for SolverVariant
impl PartialEq for SolverVariant
impl Copy for SolverVariant
impl Eq for SolverVariant
impl StructuralPartialEq for SolverVariant
Auto Trait Implementations§
impl Freeze for SolverVariant
impl RefUnwindSafe for SolverVariant
impl Send for SolverVariant
impl Sync for SolverVariant
impl Unpin for SolverVariant
impl UnwindSafe for SolverVariant
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