Struct rustdoc::clean::cfg::InvalidCfgError [−][src]
Fields
msg: &'static str
span: Span
Trait Implementations
impl PartialEq for InvalidCfgError
[src]
impl PartialEq for InvalidCfgError
fn eq(&self, other: &InvalidCfgError) -> bool
[src]
fn eq(&self, other: &InvalidCfgError) -> bool
This 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) -> bool
This method tests for !=
.
impl Debug for InvalidCfgError
[src]
impl Debug for InvalidCfgError
Auto Trait Implementations
impl !Send for InvalidCfgError
impl !Send for InvalidCfgError
impl !Sync for InvalidCfgError
impl !Sync for InvalidCfgError