Enum rustc_mir_dataflow::move_paths::MoveError [−][src]
pub enum MoveError<'tcx> {
IllegalMove {
cannot_move_out_of: IllegalMoveOrigin<'tcx>,
},
UnionMove {
path: MovePathIndex,
},
}
Variants
Fields of IllegalMove
cannot_move_out_of: IllegalMoveOrigin<'tcx>
Fields of UnionMove
path: MovePathIndex
Implementations
Trait Implementations
Auto Trait Implementations
impl<'tcx> !RefUnwindSafe for MoveError<'tcx>
impl<'tcx> !UnwindSafe for MoveError<'tcx>
Blanket Implementations
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: 48 bytes
Size for each variant:
IllegalMove
: 44 bytesUnionMove
: 4 bytes