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

pub struct RegionObligation<'tcx> {
    pub sub_region: Region,
    pub sup_type: &'tcx TyS<'tcx>,
    pub cause: ObligationCause<'tcx>,
}

Fields

sub_region
sup_type
cause

Trait Implementations

impl<'tcx> Repr<'tcx> for RegionObligation<'tcx>

fn repr(&self, tcx: &ctxt<'tcx>) -> String

Derived Implementations

impl<'tcx> Clone for RegionObligation<'tcx>

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

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