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

pub struct t {
    // some fields omitted
}

Trait Implementations

impl Show for t

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

impl TypeFoldable for t

fn fold_with<F: TypeFolder>(&self, folder: &mut F) -> t

impl LatticeValue for t

fn sub(cf: CombineFields, a: &t, b: &t) -> ures

fn lub(cf: CombineFields, a: &t, b: &t) -> cres<t>

fn glb(cf: CombineFields, a: &t, b: &t) -> cres<t>

impl Resolvable for t

fn resolve(&self, infcx: &InferCtxt) -> t

fn contains_error(&self) -> bool

impl Repr for t

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

impl UserString for t

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

Derived Implementations

impl<__S: Writer> Hash<__S> for t

fn hash(&self, __arg_0: &mut __S)

impl Eq for t

fn assert_receiver_is_total_eq(&self)

impl PartialEq for t

fn eq(&self, __arg_0: &t) -> bool

fn ne(&self, __arg_0: &t) -> bool

impl Clone for t

fn clone(&self) -> t

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