pub struct Z3BuildContext<'ctx> {
pub prop_cache: HashMap<usize, Bool<'ctx>>,
pub measure_cache: HashMap<usize, Real<'ctx>>,
pub z3_ctx: &'ctx Context,
}Fields§
§prop_cache: HashMap<usize, Bool<'ctx>>§measure_cache: HashMap<usize, Real<'ctx>>§z3_ctx: &'ctx ContextImplementations§
Auto Trait Implementations§
impl<'ctx> Freeze for Z3BuildContext<'ctx>
impl<'ctx> RefUnwindSafe for Z3BuildContext<'ctx>
impl<'ctx> !Send for Z3BuildContext<'ctx>
impl<'ctx> !Sync for Z3BuildContext<'ctx>
impl<'ctx> Unpin for Z3BuildContext<'ctx>
impl<'ctx> UnwindSafe for Z3BuildContext<'ctx>
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