Enum rustc::dep_graph::DepNodeColor [−][src]
pub enum DepNodeColor { Red, Green(DepNodeIndex), }
🔬 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
Red
🔬 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?
Green(DepNodeIndex)
🔬 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 DepNodeColor
[src]
impl DepNodeColor
pub fn is_green(self) -> bool
[src]
pub fn is_green(self) -> 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?
Trait Implementations
impl Copy for DepNodeColor
[src]
impl Copy for DepNodeColor
impl Clone for DepNodeColor
[src]
impl Clone for DepNodeColor
fn clone(&self) -> DepNodeColor
[src]
fn clone(&self) -> DepNodeColor
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)
Performs copy-assignment from source
. Read more
impl Debug for DepNodeColor
[src]
impl Debug for DepNodeColor
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl PartialEq for DepNodeColor
[src]
impl PartialEq for DepNodeColor
fn eq(&self, other: &DepNodeColor) -> bool
[src]
fn eq(&self, other: &DepNodeColor) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &DepNodeColor) -> bool
[src]
fn ne(&self, other: &DepNodeColor) -> bool
This method tests for !=
.
impl Eq for DepNodeColor
[src]
impl Eq for DepNodeColor
fn assert_receiver_is_total_eq(&self)
[src]
fn assert_receiver_is_total_eq(&self)
impl Hash for DepNodeColor
[src]
impl Hash for DepNodeColor
Auto Trait Implementations
impl Send for DepNodeColor
impl Send for DepNodeColor
impl Sync for DepNodeColor
impl Sync for DepNodeColor