Struct z3::ContextHandle[][src]

pub struct ContextHandle<'ctx> { /* fields omitted */ }

Handle that can be used to interrupt a computation from another thread.

Implementations

impl<'ctx> ContextHandle<'ctx>[src]

pub fn interrupt(&self)[src]

Interrupt a solver performing a satisfiability test, a tactic processing a goal, or simplify functions.

Trait Implementations

impl<'ctx> Debug for ContextHandle<'ctx>[src]

impl<'ctx> Eq for ContextHandle<'ctx>[src]

impl<'ctx> PartialEq<ContextHandle<'ctx>> for ContextHandle<'ctx>[src]

impl<'ctx> Send for ContextHandle<'ctx>[src]

impl<'ctx> StructuralEq for ContextHandle<'ctx>[src]

impl<'ctx> StructuralPartialEq for ContextHandle<'ctx>[src]

impl<'ctx> Sync for ContextHandle<'ctx>[src]

Auto Trait Implementations

impl<'ctx> RefUnwindSafe for ContextHandle<'ctx>

impl<'ctx> Unpin for ContextHandle<'ctx>

impl<'ctx> UnwindSafe for ContextHandle<'ctx>

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.