pub enum SolverCtx {}
Expand description
A solver context, opaque reference to C++ type underneath
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SolverCtx
impl RefUnwindSafe for SolverCtx
impl Send for SolverCtx
impl Sync for SolverCtx
impl Unpin for SolverCtx
impl UnwindSafe for SolverCtx
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