Enum clingo::ExternalType [] [src]

pub enum ExternalType {
    Free,
    True,
    False,
    Release,
}

Enumeration of different external statements.

Variants

Allow an external to be assigned freely

Assign an external to true

Assign an external to false

No longer treat an atom as external

Trait Implementations

impl Debug for ExternalType
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for ExternalType
[src]

impl Clone for ExternalType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for ExternalType

impl Sync for ExternalType