Struct rustc::middle::ty::Polytype[src]

pub struct Polytype {
    pub generics: Generics,
    pub ty: t,
}

A polytype.

Fields

generics
ty

Trait Implementations

impl Repr for Polytype

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

Derived Implementations

impl Clone for Polytype

fn clone(&self) -> Polytype

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