Struct rustc_borrowck::borrowck::move_data::Assignment [−][src]
pub struct Assignment {
pub path: MovePathIndex,
pub id: ItemLocalId,
pub span: Span,
pub assignee_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?
Fields
path: MovePathIndex
🔬 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?
Path being assigned.
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?
id where assignment occurs
span: Span
🔬 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 of node where assignment occurs
assignee_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?
id for place expression on lhs of assignment
Trait Implementations
impl Copy for Assignment[src]
impl Copy for Assignmentimpl Clone for Assignment[src]
impl Clone for Assignmentfn clone(&self) -> Assignment[src]
fn clone(&self) -> AssignmentReturns 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
Auto Trait Implementations
impl !Send for Assignment
impl !Send for Assignmentimpl !Sync for Assignment
impl !Sync for Assignment