pub struct SolverOptions(/* private fields */);
Implementations§
Source§impl SolverOptions
impl SolverOptions
pub fn builder() -> SolverOptionsBuilder
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SolverOptions
impl RefUnwindSafe for SolverOptions
impl !Send for SolverOptions
impl !Sync for SolverOptions
impl Unpin for SolverOptions
impl UnwindSafe for SolverOptions
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