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
id: ItemLocalId
🔬 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?
kind: MoveKind
🔬 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?
cmt: &'c cmt_<'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?
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?
Auto Trait Implementations
impl<'c, 'tcx> !Send for GatherMoveInfo<'c, 'tcx>
impl<'c, 'tcx> !Send for GatherMoveInfo<'c, 'tcx>
impl<'c, 'tcx> !Sync for GatherMoveInfo<'c, 'tcx>
impl<'c, 'tcx> !Sync for GatherMoveInfo<'c, 'tcx>