Struct z3::Symbol

source ·
pub struct Symbol<'ctx> { /* private fields */ }
Expand description

Symbols are used to name several term and type constructors.

Creation:

Symbols can be created with either Symbol::from_int() or Symbol::from_string().

Implementations

Create a Z3 symbol using an integer.

NB. Not all integers can be passed to this function. The legal range of unsigned integers is 0 to 2^30-1.

See also:

Create a Z3 symbol using a string.

See also:

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.