Struct rustc_middle::traits::DerivedObligationCause [−][src]
pub struct DerivedObligationCause<'tcx> {
pub parent_trait_ref: PolyTraitRef<'tcx>,
pub parent_code: Lrc<ObligationCauseCode<'tcx>>,
}
Fields
parent_trait_ref: PolyTraitRef<'tcx>
The trait reference 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 reference here directly.
parent_code: Lrc<ObligationCauseCode<'tcx>>
The parent trait had this cause.
Trait Implementations
type Lifted = DerivedObligationCause<'__lifted>
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
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
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: 32 bytes