[][src]Struct sspds::smt::exprs::SmtIs

pub struct SmtIs<C, E> where
    C: Into<String>,
    E: Into<SmtExpr>, 
{ pub con: C, pub expr: E, }

Fields

con: Cexpr: E

Trait Implementations

impl<C, E> From<SmtIs<C, E>> for SmtExpr where
    C: Into<String>,
    E: Into<SmtExpr>, 
[src]

Auto Trait Implementations

impl<C, E> RefUnwindSafe for SmtIs<C, E> where
    C: RefUnwindSafe,
    E: RefUnwindSafe

impl<C, E> Send for SmtIs<C, E> where
    C: Send,
    E: Send

impl<C, E> Sync for SmtIs<C, E> where
    C: Sync,
    E: Sync

impl<C, E> Unpin for SmtIs<C, E> where
    C: Unpin,
    E: Unpin

impl<C, E> UnwindSafe for SmtIs<C, E> where
    C: UnwindSafe,
    E: UnwindSafe

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.