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
sourceimpl<'tcx> Clone for ImplDerivedObligationCause<'tcx>
impl<'tcx> Clone for ImplDerivedObligationCause<'tcx>
sourcefn clone(&self) -> ImplDerivedObligationCause<'tcx>
fn clone(&self) -> ImplDerivedObligationCause<'tcx>
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl<'tcx> Debug for ImplDerivedObligationCause<'tcx>
impl<'tcx> Debug for ImplDerivedObligationCause<'tcx>
sourceimpl<'tcx> Hash for ImplDerivedObligationCause<'tcx>
impl<'tcx> Hash for ImplDerivedObligationCause<'tcx>
sourceimpl<'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>>
sourceimpl<'tcx> PartialEq<ImplDerivedObligationCause<'tcx>> for ImplDerivedObligationCause<'tcx>
impl<'tcx> PartialEq<ImplDerivedObligationCause<'tcx>> for ImplDerivedObligationCause<'tcx>
sourcefn eq(&self, other: &ImplDerivedObligationCause<'tcx>) -> bool
fn eq(&self, other: &ImplDerivedObligationCause<'tcx>) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &ImplDerivedObligationCause<'tcx>) -> bool
fn ne(&self, other: &ImplDerivedObligationCause<'tcx>) -> bool
This method tests for !=
.
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<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>>::Output where
I: Iterator<Item = T>,
F: FnOnce(&[T]) -> R,
sourceimpl<T> MaybeResult<T> for T
impl<T> MaybeResult<T> for T
impl<'a, T> Captures<'a> for T where
T: ?Sized,
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