Struct rustc_middle::traits::ImplDerivedObligationCause
source · pub struct ImplDerivedObligationCause<'tcx> {
pub derived: DerivedObligationCause<'tcx>,
pub impl_def_id: DefId,
pub span: Span,
}
Fields§
§derived: DerivedObligationCause<'tcx>
§impl_def_id: DefId
§span: Span
Trait Implementations§
source§impl<'tcx> Clone for ImplDerivedObligationCause<'tcx>
impl<'tcx> Clone for ImplDerivedObligationCause<'tcx>
source§fn clone(&self) -> ImplDerivedObligationCause<'tcx>
fn clone(&self) -> ImplDerivedObligationCause<'tcx>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl<'tcx> Debug for ImplDerivedObligationCause<'tcx>
impl<'tcx> Debug for ImplDerivedObligationCause<'tcx>
source§impl<'tcx> Hash for ImplDerivedObligationCause<'tcx>
impl<'tcx> Hash for ImplDerivedObligationCause<'tcx>
source§impl<'tcx, '__lifted> Lift<'__lifted> for ImplDerivedObligationCause<'tcx>
impl<'tcx, '__lifted> Lift<'__lifted> for ImplDerivedObligationCause<'tcx>
type Lifted = ImplDerivedObligationCause<'__lifted>
fn lift_to_tcx(
self,
__tcx: TyCtxt<'__lifted>
) -> Option<ImplDerivedObligationCause<'__lifted>>
source§impl<'tcx> PartialEq<ImplDerivedObligationCause<'tcx>> for ImplDerivedObligationCause<'tcx>
impl<'tcx> PartialEq<ImplDerivedObligationCause<'tcx>> for ImplDerivedObligationCause<'tcx>
source§fn eq(&self, other: &ImplDerivedObligationCause<'tcx>) -> bool
fn eq(&self, other: &ImplDerivedObligationCause<'tcx>) -> bool
impl<'tcx> Eq for ImplDerivedObligationCause<'tcx>
impl<'tcx> StructuralEq for ImplDerivedObligationCause<'tcx>
impl<'tcx> StructuralPartialEq for ImplDerivedObligationCause<'tcx>
Auto Trait Implementations§
impl<'tcx> !RefUnwindSafe for ImplDerivedObligationCause<'tcx>
impl<'tcx> !Send for ImplDerivedObligationCause<'tcx>
impl<'tcx> !Sync for ImplDerivedObligationCause<'tcx>
impl<'tcx> Unpin for ImplDerivedObligationCause<'tcx>
impl<'tcx> !UnwindSafe for ImplDerivedObligationCause<'tcx>
Blanket Implementations§
source§impl<T, R> InternIteratorElement<T, R> for T
impl<T, R> InternIteratorElement<T, R> for T
type Output = R
fn intern_with<I, F>(iter: I, f: F) -> <T as InternIteratorElement<T, R>>::Outputwhere
I: Iterator<Item = T>,
F: FnOnce(&[T]) -> R,
source§impl<T> MaybeResult<T> for T
impl<T> MaybeResult<T> for T
source§impl<'tcx, T> ToPredicate<'tcx, T> for T
impl<'tcx, T> ToPredicate<'tcx, T> for T
fn to_predicate(self, _tcx: TyCtxt<'tcx>) -> T
source§impl<Tcx, T> Value<Tcx> for Twhere
Tcx: DepContext,
impl<Tcx, T> Value<Tcx> for Twhere
Tcx: DepContext,
default fn from_cycle_error(tcx: Tcx, _: &[QueryInfo]) -> T
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: 56 bytes