[−][src]Trait rustc::ich::StableHashingContextProvider
🔬 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?
Something that can provide a stable hashing context.
Required Methods
fn get_stable_hashing_context(&self) -> StableHashingContext<'a>
🔬 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?
Implementations on Foreign Types
impl<'a, 'b, T: StableHashingContextProvider<'a>> StableHashingContextProvider<'a> for &'b T
[src]
impl<'a, 'b, T: StableHashingContextProvider<'a>> StableHashingContextProvider<'a> for &'b T
fn get_stable_hashing_context(&self) -> StableHashingContext<'a>
[src]
fn get_stable_hashing_context(&self) -> StableHashingContext<'a>
🔬 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?
impl<'a, 'b, T: StableHashingContextProvider<'a>> StableHashingContextProvider<'a> for &'b mut T
[src]
impl<'a, 'b, T: StableHashingContextProvider<'a>> StableHashingContextProvider<'a> for &'b mut T
fn get_stable_hashing_context(&self) -> StableHashingContext<'a>
[src]
fn get_stable_hashing_context(&self) -> StableHashingContext<'a>
🔬 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?
Implementors
impl<'a> StableHashingContextProvider<'a> for StableHashingContext<'a>
[src]
impl<'a> StableHashingContextProvider<'a> for StableHashingContext<'a>
fn get_stable_hashing_context(&self) -> StableHashingContext<'a>
[src]
fn get_stable_hashing_context(&self) -> StableHashingContext<'a>
🔬 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?
impl<'a, 'gcx, 'lcx> StableHashingContextProvider<'a> for TyCtxt<'a, 'gcx, 'lcx>
[src]
impl<'a, 'gcx, 'lcx> StableHashingContextProvider<'a> for TyCtxt<'a, 'gcx, 'lcx>
fn get_stable_hashing_context(&self) -> StableHashingContext<'a>
[src]
fn get_stable_hashing_context(&self) -> StableHashingContext<'a>
🔬 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?