Enum z3_sys::SymbolKind [] [src]

#[repr(u32)]
pub enum SymbolKind { Int, String, }

The different kinds of symbol. In Z3, a symbol can be represented using integers and strings (See Z3_get_symbol_kind).

This corresponds to Z3_symbol_kind in the C API.

See also:

Variants

An integer symbol.

This corresponds to Z3_INT_SYMBOL in the C API.

A string symbol.

This corresponds to Z3_STRING_SYMBOL in the C API.

Trait Implementations

impl Debug for SymbolKind
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for SymbolKind
[src]

impl Clone for SymbolKind
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for SymbolKind
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Eq for SymbolKind
[src]

impl Hash for SymbolKind
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more

Auto Trait Implementations

impl Send for SymbolKind

impl Sync for SymbolKind