Struct rustc_lint::middle::traits::DerivedObligationCauseUnstable [-] [+] [src]

pub struct DerivedObligationCause<'tcx> {
    // some fields omitted
}

Trait Implementations

Derived Implementations

impl<'tcx> Eq for DerivedObligationCause<'tcx>

impl<'tcx> PartialEq<DerivedObligationCause<'tcx>> for DerivedObligationCause<'tcx>

fn eq(&self, __arg_0: &DerivedObligationCause<'tcx>) -> bool

fn ne(&self, __arg_0: &DerivedObligationCause<'tcx>) -> bool

impl<'tcx> Clone for DerivedObligationCause<'tcx>

fn clone(&self) -> DerivedObligationCause<'tcx>

fn clone_from(&mut self, source: &Self)