Enum syntax::diagnostics::plugin::emitter::ColorConfig [−][src]
pub enum ColorConfig { Auto, Always, Never, }
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
Variants
Auto
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
Always
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
Never
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
Methods
impl ColorConfig
[src]
impl ColorConfig
Trait Implementations
impl Clone for ColorConfig
[src]
impl Clone for ColorConfig
fn clone(&self) -> ColorConfig
[src]
fn clone(&self) -> ColorConfig
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for ColorConfig
[src]
impl Debug for ColorConfig
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>
[src]
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter. Read more
impl Copy for ColorConfig
[src]
impl Copy for ColorConfig
impl Eq for ColorConfig
[src]
impl Eq for ColorConfig
fn assert_receiver_is_total_eq(&self)
[src]
fn assert_receiver_is_total_eq(&self)
impl PartialEq<ColorConfig> for ColorConfig
[src]
impl PartialEq<ColorConfig> for ColorConfig
Auto Trait Implementations
impl Send for ColorConfig
impl Send for ColorConfig
impl Sync for ColorConfig
impl Sync for ColorConfig