Struct rustc_trait_selection::traits::solve::QueryInput
source · pub struct QueryInput<'tcx, T> {
pub goal: Goal<'tcx, T>,
pub anchor: DefiningAnchor,
pub predefined_opaques_in_body: PredefinedOpaques<'tcx>,
}
Fields§
§goal: Goal<'tcx, T>
§anchor: DefiningAnchor
§predefined_opaques_in_body: PredefinedOpaques<'tcx>
Auto Trait Implementations§
impl<'tcx, T> !RefUnwindSafe for QueryInput<'tcx, T>
impl<'tcx, T> Send for QueryInput<'tcx, T>where T: Send,
impl<'tcx, T> Sync for QueryInput<'tcx, T>where T: Sync,
impl<'tcx, T> Unpin for QueryInput<'tcx, T>where T: Unpin,
impl<'tcx, T> !UnwindSafe for QueryInput<'tcx, T>
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Layout§
Note: Unable to compute type layout, possibly due to this type having generic parameters. Layout can only be computed for concrete, fully-instantiated types.