Enum clingo::ast::StatementType [] [src]

pub enum StatementType {
    Rule,
    Const,
    ShowSignature,
    ShowTerm,
    Minimize,
    Script,
    Program,
    External,
    Edge,
    Heuristic,
    ProjectAtom,
    ProjectAtomSignature,
    TheoryDefinition,
}

Variants

Trait Implementations

impl Debug for StatementType
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for StatementType
[src]

impl Clone for StatementType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for StatementType
[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 StatementType

impl Sync for StatementType