Enum rustproof_libsmt::theories::array_ex::Sorts [] [src]

pub enum Sorts<X, Y> where
    X: Display + Debug + Clone,
    Y: Display + Debug + Clone
{ Array(Box<X>, Box<Y>), }

Variants

Methods

impl<X, Y> Sorts<X, Y> where
    X: Debug + Display + Clone,
    Y: Debug + Display + Clone
[src]

Trait Implementations

impl<X: Clone, Y: Clone> Clone for Sorts<X, Y> where
    X: Display + Debug + Clone,
    Y: Display + Debug + Clone
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<X: Debug, Y: Debug> Debug for Sorts<X, Y> where
    X: Display + Debug + Clone,
    Y: Display + Debug + Clone
[src]

Formats the value using the given formatter.

impl<X, Y> Display for Sorts<X, Y> where
    X: Display + Debug + Clone,
    Y: Display + Debug + Clone
[src]

Formats the value using the given formatter. Read more

impl Into<QF_AUFBV_Sorts> for Sorts<QF_AUFBV_Sorts, QF_AUFBV_Sorts>
[src]

Performs the conversion.

impl Into<QF_ABV_Sorts> for Sorts<QF_ABV_Sorts, QF_ABV_Sorts>
[src]

Performs the conversion.