Enum dazeus::ConfigGroup [] [src]

pub enum ConfigGroup {
    Plugin,
    Core,
}

The type of config that should be retrieved.

Variants

Plugin

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

Core

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

Trait Implementations

impl ToString for ConfigGroup

fn to_string(&self) -> String

impl FromStr for ConfigGroup

type Err = ParseConfigGroupError

fn from_str(s: &str) -> Result<Self, ParseConfigGroupError>

Derived Implementations

impl PartialEq for ConfigGroup

fn eq(&self, __arg_0: &ConfigGroup) -> bool

fn ne(&self, __arg_0: &ConfigGroup) -> bool

impl Clone for ConfigGroup

fn clone(&self) -> ConfigGroup

fn clone_from(&mut self, source: &Self)

impl Debug for ConfigGroup

fn fmt(&self, __arg_0: &mut Formatter) -> Result