Struct rustc_infer::traits::DerivedObligationCause
source · pub struct DerivedObligationCause<'tcx> {
pub parent_trait_pred: Binder<'tcx, TraitPredicate<'tcx>>,
pub parent_code: InternedObligationCauseCode<'tcx>,
}
Fields§
§parent_trait_pred: Binder<'tcx, TraitPredicate<'tcx>>
The trait predicate of the parent obligation that led to the current obligation. Note that only trait obligations lead to derived obligations, so we just store the trait predicate here directly.
parent_code: InternedObligationCauseCode<'tcx>
The parent trait had this cause.
Auto Trait Implementations§
impl<'tcx> !RefUnwindSafe for DerivedObligationCause<'tcx>
impl<'tcx> !Send for DerivedObligationCause<'tcx>
impl<'tcx> !Sync for DerivedObligationCause<'tcx>
impl<'tcx> Unpin for DerivedObligationCause<'tcx>
impl<'tcx> !UnwindSafe for DerivedObligationCause<'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: 40 bytes