struct Elaborator<'a, 'b, 'tcx> {
    ctxt: &'a mut ElaborateDropsCtxt<'b, 'tcx>,
}

Fields

ctxt: &'a mut ElaborateDropsCtxt<'b, 'tcx>

Trait Implementations

Formats the value using the given formatter. Read more
The type representing paths that can be moved out of. Read more
Returns how path should be dropped, given mode.
Modifies the MIR patch so that the drop flag of path (if any) is cleared at location. Read more
Returns the subpath of a field of path (or None if there is no dedicated subpath). Read more
Returns the subpath of indexing a fixed-size array path. Read more
Returns the subpath of a dereference of path (or None if there is no dedicated subpath). Read more
Returns the subpath of downcasting path to one of its variants. Read more
Returns the drop flag of path as a MIR Operand (or None if path has no drop flag).

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.

Layout

Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference’s “Type Layout” chapter for details on type layout guarantees.

Size: 8 bytes