Struct rustc_typeck::check::callee::DeferredCallResolution [−][src]
pub struct DeferredCallResolution<'tcx> {
call_expr: &'tcx Expr<'tcx>,
callee_expr: &'tcx Expr<'tcx>,
adjusted_ty: Ty<'tcx>,
adjustments: Vec<Adjustment<'tcx>>,
fn_sig: FnSig<'tcx>,
closure_substs: SubstsRef<'tcx>,
}
Fields
call_expr: &'tcx Expr<'tcx>
callee_expr: &'tcx Expr<'tcx>
adjusted_ty: Ty<'tcx>
adjustments: Vec<Adjustment<'tcx>>
fn_sig: FnSig<'tcx>
closure_substs: SubstsRef<'tcx>
Implementations
Trait Implementations
Auto Trait Implementations
impl<'tcx> !RefUnwindSafe for DeferredCallResolution<'tcx>
impl<'tcx> !Send for DeferredCallResolution<'tcx>
impl<'tcx> !Sync for DeferredCallResolution<'tcx>
impl<'tcx> Unpin for DeferredCallResolution<'tcx>
impl<'tcx> !UnwindSafe for DeferredCallResolution<'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: 72 bytes