Struct rustc::middle::ty::TySExperimental
[-]
[+]
[src]
pub struct TyS<'tcx> { pub sty: sty<'tcx>, pub flags: TypeFlags, // some fields omitted }
Fields
sty | |
flags |
pub struct TyS<'tcx> { pub sty: sty<'tcx>, pub flags: TypeFlags, // some fields omitted }
sty | |
flags |
impl<'tcx> PartialEq for TyS<'tcx>
impl<'tcx> Eq for TyS<'tcx>
fn assert_receiver_is_total_eq(&self)
impl<'tcx, S: Writer> Hash<S> for TyS<'tcx>
fn hash(&self, s: &mut S)
impl<'tcx> Repr<'tcx> for TyS<'tcx>
impl<'tcx> Show for TyS<'tcx>
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).