Enum rustc::ty::adjustment::CustomCoerceUnsized [] [src]

pub enum CustomCoerceUnsized {
    Struct(usize),
}
🔬 This is a nightly-only experimental API. (rustc_private)

Variants

🔬 This is a nightly-only experimental API. (rustc_private)

Records the index of the field being coerced.

Trait Implementations

impl Clone for CustomCoerceUnsized
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for CustomCoerceUnsized
[src]

impl Encodable for CustomCoerceUnsized
[src]

🔬 This is a nightly-only experimental API. (rustc_private)

deprecated in favor of rustc-serialize on crates.io

impl Decodable for CustomCoerceUnsized
[src]

🔬 This is a nightly-only experimental API. (rustc_private)

deprecated in favor of rustc-serialize on crates.io

impl Debug for CustomCoerceUnsized
[src]

Formats the value using the given formatter.