Struct rustdoc::clean::cfg::InvalidCfgError [−][src]
Fields
msg: &'static str
span: Span
Trait Implementations
impl PartialEq for InvalidCfgError[src]
impl PartialEq for InvalidCfgErrorfn eq(&self, other: &InvalidCfgError) -> bool[src]
fn eq(&self, other: &InvalidCfgError) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &InvalidCfgError) -> bool[src]
fn ne(&self, other: &InvalidCfgError) -> boolThis method tests for !=.
impl Debug for InvalidCfgError[src]
impl Debug for InvalidCfgErrorAuto Trait Implementations
impl !Send for InvalidCfgError
impl !Send for InvalidCfgErrorimpl !Sync for InvalidCfgError
impl !Sync for InvalidCfgError