Enum rustc_driver::profile::ParseState [−][src]
enum ParseState {
Clear,
HaveQuery(Query, Instant),
HaveTimeBegin(String, Instant),
HaveTaskBegin(DepNode, Instant),
}🔬 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
Clear🔬 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?
HaveQuery(Query, Instant)🔬 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?
HaveTimeBegin(String, Instant)🔬 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?
HaveTaskBegin(DepNode, Instant)🔬 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 ParseState[src]
impl Clone for ParseStatefn clone(&self) -> ParseState[src]
fn clone(&self) -> ParseStateReturns 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 Eq for ParseState[src]
impl Eq for ParseStatefn assert_receiver_is_total_eq(&self)[src]
fn assert_receiver_is_total_eq(&self)impl PartialEq for ParseState[src]
impl PartialEq for ParseStatefn eq(&self, other: &ParseState) -> bool[src]
fn eq(&self, other: &ParseState) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &ParseState) -> bool[src]
fn ne(&self, other: &ParseState) -> boolThis method tests for !=.
Auto Trait Implementations
impl Send for ParseState
impl Send for ParseStateimpl Sync for ParseState
impl Sync for ParseState