Enum rustc_typeck::check::coercion::Expressions [−][src]
enum Expressions<'tcx, 'exprs, E: AsCoercionSite> {
Dynamic(Vec<&'tcx Expr<'tcx>>),
UpFront(&'exprs [E]),
}
Variants
UpFront(&'exprs [E])
Tuple Fields of UpFront
0: &'exprs [E]
Auto Trait Implementations
impl<'tcx, 'exprs, E> !RefUnwindSafe for Expressions<'tcx, 'exprs, E>
impl<'tcx, 'exprs, E> !Send for Expressions<'tcx, 'exprs, E>
impl<'tcx, 'exprs, E> !Sync for Expressions<'tcx, 'exprs, E>
impl<'tcx, 'exprs, E> Unpin for Expressions<'tcx, 'exprs, E>
impl<'tcx, 'exprs, E> !UnwindSafe for Expressions<'tcx, 'exprs, E>
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: 32 bytes
Size for each variant:
Dynamic
: 24 bytesUpFront
: 16 bytes