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