pub struct FutureCheckSat { /* private fields */ }Expand description
Promise for an asynchronous check-sat.
Auto Trait Implementations§
impl Freeze for FutureCheckSat
impl RefUnwindSafe for FutureCheckSat
impl Send for FutureCheckSat
impl Sync for FutureCheckSat
impl Unpin for FutureCheckSat
impl UnwindSafe for FutureCheckSat
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