Enum rustc::infer::region_inference::GenericKind [] [src]

pub enum GenericKind<'tcx> {
    Param(ParamTy),
    Projection(ProjectionTy<'tcx>),
}
Unstable (rustc_private)

Variants

Param(ParamTy)
Unstable (rustc_private)
Projection(ProjectionTy<'tcx>)
Unstable (rustc_private)

Methods

impl<'a, 'gcx, 'tcx> GenericKind<'tcx>
[src]

fn to_ty(&self, tcx: TyCtxt<'a, 'gcx, 'tcx>) -> Ty<'tcx>

Trait Implementations

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

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

Formats the value using the given formatter.

impl<'tcx> Display for GenericKind<'tcx>
[src]

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

Formats the value using the given formatter.

Derived Implementations

impl<'tcx> Eq for GenericKind<'tcx>
[src]

impl<'tcx> PartialEq for GenericKind<'tcx>
[src]

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

This method tests for self and other values to be equal, and is used by ==. Read more

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

This method tests for !=.

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

fn clone(&self) -> GenericKind<'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

impl<'tcx> Copy for GenericKind<'tcx>
[src]