Struct rustc_borrowck::borrowck::gather_loans::gather_moves::GatherMoveInfo[][src]

struct GatherMoveInfo<'c, 'tcx: 'c> {
    id: ItemLocalId,
    kind: MoveKind,
    cmt: &'c cmt_<'tcx>,
    span_path_opt: Option<MovePlace<'tcx>>,
}
🔬 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

🔬 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?

🔬 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?

🔬 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?

🔬 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?

Auto Trait Implementations

impl<'c, 'tcx> !Send for GatherMoveInfo<'c, 'tcx>

impl<'c, 'tcx> !Sync for GatherMoveInfo<'c, 'tcx>