/// Whether the `all_serde_fmt` feature is enabled /// Current: `disabled` #[cfg(not(feature = "all_serde_fmt"))] #[allow(unused)] pub const MINGLING_ALL_SERDE_FMT: bool = false; /// Whether the `all_serde_fmt` feature is enabled /// Current: `enabled` #[cfg(feature = "all_serde_fmt")] #[allow(unused)] pub const MINGLING_ALL_SERDE_FMT: bool = true; /// Whether the `async` feature is enabled /// Current: `disabled` #[cfg(not(feature = "async"))] #[allow(unused)] pub const MINGLING_ASYNC: bool = false; /// Whether the `async` feature is enabled /// Current: `enabled` #[cfg(feature = "async")] #[allow(unused)] pub const MINGLING_ASYNC: bool = true; /// Whether the `builds` feature is enabled /// Current: `disabled` #[cfg(not(feature = "builds"))] #[allow(unused)] pub const MINGLING_BUILDS: bool = false; /// Whether the `builds` feature is enabled /// Current: `enabled` #[cfg(feature = "builds")] #[allow(unused)] pub const MINGLING_BUILDS: bool = true; /// Whether the `clap` feature is enabled /// Current: `disabled` #[cfg(not(feature = "clap"))] #[allow(unused)] pub const MINGLING_CLAP: bool = false; /// Whether the `clap` feature is enabled /// Current: `enabled` #[cfg(feature = "clap")] #[allow(unused)] pub const MINGLING_CLAP: bool = true; /// Whether the `comp` feature is enabled /// Current: `disabled` #[cfg(not(feature = "comp"))] #[allow(unused)] pub const MINGLING_COMP: bool = false; /// Whether the `comp` feature is enabled /// Current: `enabled` #[cfg(feature = "comp")] #[allow(unused)] pub const MINGLING_COMP: bool = true; /// Whether the `debug` feature is enabled /// Current: `disabled` #[cfg(not(feature = "debug"))] #[allow(unused)] pub const MINGLING_DEBUG: bool = false; /// Whether the `debug` feature is enabled /// Current: `enabled` #[cfg(feature = "debug")] #[allow(unused)] pub const MINGLING_DEBUG: bool = true; /// Whether the `default` feature is enabled /// Current: `disabled` #[cfg(not(feature = "default"))] #[allow(unused)] pub const MINGLING_DEFAULT: bool = false; /// Whether the `default` feature is enabled /// Current: `enabled` #[cfg(feature = "default")] #[allow(unused)] pub const MINGLING_DEFAULT: bool = true; /// Whether the `dispatch_tree` feature is enabled /// Current: `disabled` #[cfg(not(feature = "dispatch_tree"))] #[allow(unused)] pub const MINGLING_DISPATCH_TREE: bool = false; /// Whether the `dispatch_tree` feature is enabled /// Current: `enabled` #[cfg(feature = "dispatch_tree")] #[allow(unused)] pub const MINGLING_DISPATCH_TREE: bool = true; /// Whether the `extra_macros` feature is enabled /// Current: `disabled` #[cfg(not(feature = "extra_macros"))] #[allow(unused)] pub const MINGLING_EXTRA_MACROS: bool = false; /// Whether the `extra_macros` feature is enabled /// Current: `enabled` #[cfg(feature = "extra_macros")] #[allow(unused)] pub const MINGLING_EXTRA_MACROS: bool = true; /// Whether the `general_renderer` feature is enabled /// Current: `disabled` #[cfg(not(feature = "general_renderer"))] #[allow(unused)] pub const MINGLING_GENERAL_RENDERER: bool = false; /// Whether the `general_renderer` feature is enabled /// Current: `enabled` #[cfg(feature = "general_renderer")] #[allow(unused)] pub const MINGLING_GENERAL_RENDERER: bool = true; /// Whether the `general_renderer_empty` feature is enabled /// Current: `disabled` #[cfg(not(feature = "general_renderer_empty"))] #[allow(unused)] pub const MINGLING_GENERAL_RENDERER_EMPTY: bool = false; /// Whether the `general_renderer_empty` feature is enabled /// Current: `enabled` #[cfg(feature = "general_renderer_empty")] #[allow(unused)] pub const MINGLING_GENERAL_RENDERER_EMPTY: bool = true; /// Whether the `general_renderer_full` feature is enabled /// Current: `disabled` #[cfg(not(feature = "general_renderer_full"))] #[allow(unused)] pub const MINGLING_GENERAL_RENDERER_FULL: bool = false; /// Whether the `general_renderer_full` feature is enabled /// Current: `enabled` #[cfg(feature = "general_renderer_full")] #[allow(unused)] pub const MINGLING_GENERAL_RENDERER_FULL: bool = true; /// Whether the `json_serde_fmt` feature is enabled /// Current: `disabled` #[cfg(not(feature = "json_serde_fmt"))] #[allow(unused)] pub const MINGLING_JSON_SERDE_FMT: bool = false; /// Whether the `json_serde_fmt` feature is enabled /// Current: `enabled` #[cfg(feature = "json_serde_fmt")] #[allow(unused)] pub const MINGLING_JSON_SERDE_FMT: bool = true; /// Whether the `nightly` feature is enabled /// Current: `disabled` #[cfg(not(feature = "nightly"))] #[allow(unused)] pub const MINGLING_NIGHTLY: bool = false; /// Whether the `nightly` feature is enabled /// Current: `enabled` #[cfg(feature = "nightly")] #[allow(unused)] pub const MINGLING_NIGHTLY: bool = true; /// Whether the `parser` feature is enabled /// Current: `disabled` #[cfg(not(feature = "parser"))] #[allow(unused)] pub const MINGLING_PARSER: bool = false; /// Whether the `parser` feature is enabled /// Current: `enabled` #[cfg(feature = "parser")] #[allow(unused)] pub const MINGLING_PARSER: bool = true; /// Whether the `repl` feature is enabled /// Current: `disabled` #[cfg(not(feature = "repl"))] #[allow(unused)] pub const MINGLING_REPL: bool = false; /// Whether the `repl` feature is enabled /// Current: `enabled` #[cfg(feature = "repl")] #[allow(unused)] pub const MINGLING_REPL: bool = true; /// Whether the `ron_serde_fmt` feature is enabled /// Current: `disabled` #[cfg(not(feature = "ron_serde_fmt"))] #[allow(unused)] pub const MINGLING_RON_SERDE_FMT: bool = false; /// Whether the `ron_serde_fmt` feature is enabled /// Current: `enabled` #[cfg(feature = "ron_serde_fmt")] #[allow(unused)] pub const MINGLING_RON_SERDE_FMT: bool = true; /// Whether the `toml_serde_fmt` feature is enabled /// Current: `disabled` #[cfg(not(feature = "toml_serde_fmt"))] #[allow(unused)] pub const MINGLING_TOML_SERDE_FMT: bool = false; /// Whether the `toml_serde_fmt` feature is enabled /// Current: `enabled` #[cfg(feature = "toml_serde_fmt")] #[allow(unused)] pub const MINGLING_TOML_SERDE_FMT: bool = true; /// Whether the `yaml_serde_fmt` feature is enabled /// Current: `disabled` #[cfg(not(feature = "yaml_serde_fmt"))] #[allow(unused)] pub const MINGLING_YAML_SERDE_FMT: bool = false; /// Whether the `yaml_serde_fmt` feature is enabled /// Current: `enabled` #[cfg(feature = "yaml_serde_fmt")] #[allow(unused)] pub const MINGLING_YAML_SERDE_FMT: bool = true;