Enum rustc::middle::expr_use_visitor::MutateMode [−][src]
pub enum MutateMode {
Init,
JustWrite,
WriteAndRead,
}🔬 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?
Variants
Init🔬 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?
JustWrite🔬 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?
WriteAndRead🔬 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 MutateMode[src]
impl Copy for MutateModeimpl Clone for MutateMode[src]
impl Clone for MutateModefn clone(&self) -> MutateMode[src]
fn clone(&self) -> MutateModeReturns 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)1.0.0
[src]Performs copy-assignment from source. Read more
impl PartialEq for MutateMode[src]
impl PartialEq for MutateModefn eq(&self, other: &MutateMode) -> bool[src]
fn eq(&self, other: &MutateMode) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
#[must_use]
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Debug for MutateMode[src]
impl Debug for MutateModeAuto Trait Implementations
impl Send for MutateMode
impl Send for MutateModeimpl Sync for MutateMode
impl Sync for MutateMode