Enum clingo::SymbolType [] [src]

pub enum SymbolType {
    Infimum,
    Number,
    String,
    Function,
    Supremum,
}

Enumeration of available symbol types.

Variants

The #inf symbol

A numeric symbol, e.g., 1

A string symbol, e.g., "a"

A numeric symbol, e.g., c, (1, "a"), or f(1,"a")

The #sup symbol

Trait Implementations

impl Debug for SymbolType
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for SymbolType
[src]

impl Clone for SymbolType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for SymbolType
[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 !=.

Auto Trait Implementations

impl Send for SymbolType

impl Sync for SymbolType