Enum clingo_sys::clingo_warning [] [src]

#[repr(u32)]
pub enum clingo_warning { clingo_warning_operation_undefined, clingo_warning_runtime_error, clingo_warning_atom_undefined, clingo_warning_file_included, clingo_warning_variable_unbounded, clingo_warning_global_variable, clingo_warning_other, }

Enumeration of warning codes.

Variants

Trait Implementations

impl Debug for clingo_warning
[src]

Formats the value using the given formatter.

impl Copy for clingo_warning
[src]

impl Clone for clingo_warning
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for clingo_warning
[src]

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

This method tests for !=.

impl Eq for clingo_warning
[src]

impl Hash for clingo_warning
[src]

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

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