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]
Trait Implementations
impl<'tcx> Debug for GenericKind<'tcx>[src]
impl<'tcx> Display for GenericKind<'tcx>[src]
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