pub(in solve) enum WipGoalEvaluationKind<'tcx> {
Root {
orig_values: Vec<GenericArg<'tcx>>,
},
Nested {
is_normalizes_to_hack: IsNormalizesToHack,
},
}
Variants§
Root
Fields
§
orig_values: Vec<GenericArg<'tcx>>
Nested
Fields
§
is_normalizes_to_hack: IsNormalizesToHack
Trait Implementations§
source§impl<'tcx> Debug for WipGoalEvaluationKind<'tcx>
impl<'tcx> Debug for WipGoalEvaluationKind<'tcx>
source§impl<'tcx> PartialEq<WipGoalEvaluationKind<'tcx>> for WipGoalEvaluationKind<'tcx>
impl<'tcx> PartialEq<WipGoalEvaluationKind<'tcx>> for WipGoalEvaluationKind<'tcx>
source§fn eq(&self, other: &WipGoalEvaluationKind<'tcx>) -> bool
fn eq(&self, other: &WipGoalEvaluationKind<'tcx>) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl<'tcx> Eq for WipGoalEvaluationKind<'tcx>
impl<'tcx> StructuralEq for WipGoalEvaluationKind<'tcx>
impl<'tcx> StructuralPartialEq for WipGoalEvaluationKind<'tcx>
Auto Trait Implementations§
impl<'tcx> !RefUnwindSafe for WipGoalEvaluationKind<'tcx>
impl<'tcx> Send for WipGoalEvaluationKind<'tcx>
impl<'tcx> Sync for WipGoalEvaluationKind<'tcx>
impl<'tcx> Unpin for WipGoalEvaluationKind<'tcx>
impl<'tcx> !UnwindSafe for WipGoalEvaluationKind<'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
Size for each variant:
Root
: 24 bytesNested
: 9 bytes