Struct rustc_typeck::check::callee::DeferredCallResolution
source · [−]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
sourceimpl<'a, 'tcx> DeferredCallResolution<'tcx>
impl<'a, 'tcx> DeferredCallResolution<'tcx>
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
impl<'a, T> Captures<'a> for Twhere
T: ?Sized,
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