Enum cretonne::prelude::settings::SetError[][src]

pub enum SetError {
    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 SetError
[src]

Formats the value using the given formatter. Read more

impl Eq for SetError
[src]

impl PartialEq<SetError> for SetError
[src]

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

This method tests for !=.

Auto Trait Implementations

impl Send for SetError

impl Sync for SetError