Struct haybale::backend::DefaultBackend[][src]

pub struct DefaultBackend {}

Trait Implementations

impl Backend for DefaultBackend[src]

type SolverRef = Rc<Btor>

type BV = BV<Rc<Btor>>

type Memory = Memory

impl Clone for DefaultBackend[src]

impl Debug for DefaultBackend[src]

impl Eq for DefaultBackend[src]

impl PartialEq<DefaultBackend> for DefaultBackend[src]

impl StructuralEq for DefaultBackend[src]

impl StructuralPartialEq for DefaultBackend[src]

Auto Trait Implementations

impl RefUnwindSafe for DefaultBackend[src]

impl Send for DefaultBackend[src]

impl Sync for DefaultBackend[src]

impl Unpin for DefaultBackend[src]

impl UnwindSafe for DefaultBackend[src]

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> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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.