Enum rustc_mir::dataflow::move_paths::InitKind[][src]

pub enum InitKind {
    Deep,
    Shallow,
    NonPanicPathOnly,
}
🔬 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?

Additional information about the initialization.

Variants

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

Deep init, even on panic

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

Only does a shallow 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?

This doesn't initialize the variable on panic (and a panic is possible).

Trait Implementations

impl Copy for InitKind
[src]

impl Clone for InitKind
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for InitKind
[src]

Formats the value using the given formatter. Read more

impl PartialEq for InitKind
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for InitKind
[src]

Auto Trait Implementations

impl Send for InitKind

impl Sync for InitKind