pub struct SolverCtxWrapper(pub NonNull<SolverCtx>);Expand description
wrap ctx to send across threads
Tuple Fields§
§0: NonNull<SolverCtx>Trait Implementations§
impl Send for SolverCtxWrapper
Auto Trait Implementations§
impl Freeze for SolverCtxWrapper
impl RefUnwindSafe for SolverCtxWrapper
impl !Sync for SolverCtxWrapper
impl Unpin for SolverCtxWrapper
impl UnwindSafe for SolverCtxWrapper
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