Enum rustc::hir::lowering::ParamMode[][src]

enum ParamMode {
    Explicit,
    Optional,
}
🔬 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

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

Any path in a type context.

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

The module::Type in module::Type::method in an expression.

Trait Implementations

impl Copy for ParamMode
[src]

impl Clone for ParamMode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ParamMode
[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 ParamMode
[src]

Auto Trait Implementations

impl Send for ParamMode

impl Sync for ParamMode