Enum dazeus::ConfigGroup [] [src]

pub enum ConfigGroup {
    Plugin,
    Core,
}

The type of config that should be retrieved.

Variants

Indicates a config value that should be retrieved from the plugin settings.

Indicates a config value that should be retrieved from the core settings.

Trait Implementations

impl Debug for ConfigGroup
[src]

Formats the value using the given formatter.

impl Clone for ConfigGroup
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ConfigGroup
[src]

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

This method tests for !=.

impl ToString for ConfigGroup
[src]

Converts the given value to a String. Read more

impl FromStr for ConfigGroup
[src]

The associated error which can be returned from parsing.

Parses a string s to return a value of this type. Read more