Struct rustc::traits::RegionObligation [] [src]

pub struct RegionObligation<'tcx> {
    pub sub_region: Region,
    pub sup_type: Ty<'tcx>,
    pub cause: ObligationCause<'tcx>,
}
Unstable (rustc_private)

Fields

sub_region: Region
Unstable (rustc_private)
sup_type: Ty<'tcx>
Unstable (rustc_private)
cause: ObligationCause<'tcx>
Unstable (rustc_private)

Trait Implementations

impl<'tcx> Debug for RegionObligation<'tcx>
[src]

fn fmt(&self, f: &mut Formatter) -> Result

Formats the value using the given formatter.

Derived Implementations

impl<'tcx> Clone for RegionObligation<'tcx>
[src]

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

Returns a copy of the value. Read more

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

Performs copy-assignment from source. Read more