Enum rustc::session::config::ErrorOutputType [−][src]
pub enum ErrorOutputType {
HumanReadable(ColorConfig),
Json(bool),
Short(ColorConfig),
}🔬 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
HumanReadable(ColorConfig)🔬 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?
Json(bool)🔬 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?
Short(ColorConfig)🔬 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?
Trait Implementations
impl Clone for ErrorOutputType[src]
impl Clone for ErrorOutputTypefn clone(&self) -> ErrorOutputType[src]
fn clone(&self) -> ErrorOutputTypeReturns 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)Performs copy-assignment from source. Read more
impl Copy for ErrorOutputType[src]
impl Copy for ErrorOutputTypeimpl Debug for ErrorOutputType[src]
impl Debug for ErrorOutputTypefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for ErrorOutputType[src]
impl PartialEq for ErrorOutputTypefn eq(&self, other: &ErrorOutputType) -> bool[src]
fn eq(&self, other: &ErrorOutputType) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &ErrorOutputType) -> bool[src]
fn ne(&self, other: &ErrorOutputType) -> boolThis method tests for !=.
impl Eq for ErrorOutputType[src]
impl Eq for ErrorOutputTypefn assert_receiver_is_total_eq(&self)[src]
fn assert_receiver_is_total_eq(&self)impl Default for ErrorOutputType[src]
impl Default for ErrorOutputTypefn default() -> ErrorOutputType[src]
fn default() -> ErrorOutputTypeReturns the "default value" for a type. Read more
Auto Trait Implementations
impl Send for ErrorOutputType
impl Send for ErrorOutputTypeimpl Sync for ErrorOutputType
impl Sync for ErrorOutputType