Enum cretonne_codegen::settings::Error [] [src]

pub enum Error {
    BadName,
    BadType,
    BadValue,
}

An error produced when changing a setting.

Variants

No setting by this name exists.

Type mismatch for setting (e.g., setting an enum setting as a bool).

This is not a valid value for this setting.

Trait Implementations

impl Debug for Error
[src]

[src]

Formats the value using the given formatter. Read more

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

impl Eq for Error
[src]

Auto Trait Implementations

impl Send for Error

impl Sync for Error