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

pub enum Sorts {
    Bool,
}

Variants

Trait Implementations

impl Clone for Sorts
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Sorts
[src]

impl Debug for Sorts
[src]

Formats the value using the given formatter.

impl PartialEq for Sorts
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Display for Sorts
[src]

Formats the value using the given formatter. Read more

impl Into<QF_BV_Sorts> for Sorts
[src]

Performs the conversion.

impl Into<QF_AUFBV_Sorts> for Sorts
[src]

Performs the conversion.

impl Into<QF_ABV_Sorts> for Sorts
[src]

Performs the conversion.

impl Into<LIA_Sorts> for Sorts
[src]

Performs the conversion.