Enum rustc_mir::borrow_check::WriteKind [−][src]
enum WriteKind {
StorageDeadOrDrop,
MutableBorrow(BorrowKind),
Mutate,
Move,
}🔬 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 of write access to a value (For informational purposes only)
Variants
StorageDeadOrDrop🔬 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?
MutableBorrow(BorrowKind)🔬 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?
Mutate🔬 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?
Move🔬 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 Copy for WriteKind[src]
impl Copy for WriteKindimpl Clone for WriteKind[src]
impl Clone for WriteKindfn clone(&self) -> WriteKind[src]
fn clone(&self) -> WriteKindReturns 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 PartialEq for WriteKind[src]
impl PartialEq for WriteKindfn eq(&self, other: &WriteKind) -> bool[src]
fn eq(&self, other: &WriteKind) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &WriteKind) -> bool[src]
fn ne(&self, other: &WriteKind) -> boolThis method tests for !=.
impl Eq for WriteKind[src]
impl Eq for WriteKindfn assert_receiver_is_total_eq(&self)[src]
fn assert_receiver_is_total_eq(&self)impl Debug for WriteKind[src]
impl Debug for WriteKind