Struct rustc::dep_graph::PreviousDepGraph
[−]
[src]
pub struct PreviousDepGraph { /* fields omitted */ }
🔬 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 PreviousDepGraph
[src]
pub fn new(data: SerializedDepGraph) -> PreviousDepGraph
[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?
pub fn edges_from(
&self,
dep_node: &DepNode
) -> Option<(&[SerializedDepNodeIndex], SerializedDepNodeIndex)>
[src]
&self,
dep_node: &DepNode
) -> Option<(&[SerializedDepNodeIndex], SerializedDepNodeIndex)>
🔬 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?
pub fn index_to_node(&self, dep_node_index: SerializedDepNodeIndex) -> DepNode
[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?
pub fn node_to_index(&self, dep_node: &DepNode) -> SerializedDepNodeIndex
[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?
pub fn fingerprint_of(&self, dep_node: &DepNode) -> Option<Fingerprint>
[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?
pub fn fingerprint_by_index(
&self,
dep_node_index: SerializedDepNodeIndex
) -> Fingerprint
[src]
&self,
dep_node_index: SerializedDepNodeIndex
) -> Fingerprint
🔬 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 Debug for PreviousDepGraph
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl Encodable for PreviousDepGraph
[src]
fn encode<__S: Encoder>(&self, __arg_0: &mut __S) -> Result<(), __S::Error>
[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?