Struct rustc_trait_selection::traits::solve::Response
source · pub struct Response<'tcx> {
pub certainty: Certainty,
pub var_values: CanonicalVarValues<'tcx>,
pub external_constraints: ExternalConstraints<'tcx>,
}
Fields§
§certainty: Certainty
§var_values: CanonicalVarValues<'tcx>
§external_constraints: ExternalConstraints<'tcx>
Additional constraints returned by this query.
Trait Implementations§
source§impl<'tcx> ResponseT<'tcx> for Response<'tcx>
impl<'tcx> ResponseT<'tcx> for Response<'tcx>
fn var_values(&self) -> CanonicalVarValues<'tcx>
Auto Trait Implementations§
impl<'tcx> !RefUnwindSafe for Response<'tcx>
impl<'tcx> !Send for Response<'tcx>
impl<'tcx> !Sync for Response<'tcx>
impl<'tcx> Unpin for Response<'tcx>
impl<'tcx> !UnwindSafe for Response<'tcx>
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: 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: 24 bytes