Enum clingo::StatisticsType [] [src]

pub enum StatisticsType {
    Empty,
    Value,
    Array,
    Map,
}

Enumeration for entries of the statistics.

Variants

The entry is invalid (has neither of the types below)

The entry is a (string) value

The entry is an array

The entry is a map

Trait Implementations

impl Debug for StatisticsType
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for StatisticsType
[src]

impl Clone for StatisticsType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations