Struct rustc::util::common::ProfQDumpParams [−][src]
🔬 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?
Parameters to the Dump
variant of type ProfileQueriesMsg
.
Fields
path: String
🔬 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?
A base path for the files we will dump
ack: Sender<()>
🔬 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?
To ensure that the compiler waits for us to finish our dumps
dump_profq_msg_log: 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?
toggle dumping a log file with every ProfileQueriesMsg
Trait Implementations
impl Clone for ProfQDumpParams
[src]
impl Clone for ProfQDumpParams
fn clone(&self) -> ProfQDumpParams
[src]
fn clone(&self) -> ProfQDumpParams
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 ProfQDumpParams
[src]
impl Debug for ProfQDumpParams
Auto Trait Implementations
impl Send for ProfQDumpParams
impl Send for ProfQDumpParams
impl !Sync for ProfQDumpParams
impl !Sync for ProfQDumpParams