Struct rustc::middle::ty::mtUnstable
[-] [+]
[src]
pub struct mt<'tcx> { pub ty: Ty<'tcx>, pub mutbl: Mutability, }
Fields
ty | |
mutbl |
pub struct mt<'tcx> { pub ty: Ty<'tcx>, pub mutbl: Mutability, }
ty | |
mutbl |
impl<'tcx> TypeFoldable<'tcx> for mt<'tcx>
fn fold_with<F: TypeFolder<'tcx>>(&self, folder: &mut F) -> mt<'tcx>
impl<'a, 'tcx> Relate<'a, 'tcx> for mt<'tcx>
fn relate<R>(relation: &mut R, a: &mt<'tcx>, b: &mt<'tcx>) -> RelateResult<'tcx, mt<'tcx>> where R: TypeRelation<'a, 'tcx>
impl<'tcx> Repr<'tcx> for mt<'tcx>
impl<'tcx> Debug for mt<'tcx>
impl<'tcx> Hash for mt<'tcx>
fn hash<__H: Hasher>(&self, __arg_0: &mut __H)
fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher
impl<'tcx> Eq for mt<'tcx>
impl<'tcx> PartialEq for mt<'tcx>
impl<'tcx> Copy for mt<'tcx>
impl<'tcx> Clone for mt<'tcx>
fn clone(&self) -> mt<'tcx>
fn clone_from(&mut self, source: &Self)
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
).