Struct rustc::mir::BorrowCheckResult [−][src]
pub struct BorrowCheckResult<'gcx> { pub closure_requirements: Option<ClosureRegionRequirements<'gcx>>, pub used_mut_upvars: SmallVec<[Field; 8]>, }
🔬 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?
Fields
closure_requirements: Option<ClosureRegionRequirements<'gcx>>
🔬 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?
used_mut_upvars: SmallVec<[Field; 8]>
🔬 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<'a, 'tcx> HashStable<StableHashingContext<'a>> for BorrowCheckResult<'tcx>
[src]
impl<'a, 'tcx> HashStable<StableHashingContext<'a>> for BorrowCheckResult<'tcx>
fn hash_stable<W: StableHasherResult>(
&self,
__ctx: &mut StableHashingContext<'a>,
__hasher: &mut StableHasher<W>
)
[src]
fn hash_stable<W: StableHasherResult>(
&self,
__ctx: &mut StableHashingContext<'a>,
__hasher: &mut StableHasher<W>
)
🔬 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<'gcx> Clone for BorrowCheckResult<'gcx>
[src]
impl<'gcx> Clone for BorrowCheckResult<'gcx>
fn clone(&self) -> BorrowCheckResult<'gcx>
[src]
fn clone(&self) -> BorrowCheckResult<'gcx>
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<'gcx> Debug for BorrowCheckResult<'gcx>
[src]
impl<'gcx> Debug for BorrowCheckResult<'gcx>
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<'gcx> Encodable for BorrowCheckResult<'gcx>
[src]
impl<'gcx> Encodable for BorrowCheckResult<'gcx>
fn encode<__S: Encoder>(&self, s: &mut __S) -> Result<(), __S::Error>
[src]
fn encode<__S: Encoder>(&self, s: &mut __S) -> Result<(), __S::Error>
🔬 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<'gcx> Decodable for BorrowCheckResult<'gcx>
[src]
impl<'gcx> Decodable for BorrowCheckResult<'gcx>
Auto Trait Implementations
impl<'gcx> !Send for BorrowCheckResult<'gcx>
impl<'gcx> !Send for BorrowCheckResult<'gcx>
impl<'gcx> !Sync for BorrowCheckResult<'gcx>
impl<'gcx> !Sync for BorrowCheckResult<'gcx>