Struct rustc_lint::middle::ty::fieldUnstable
[-] [+]
[src]
pub struct field<'tcx> { pub name: Name, pub mt: mt<'tcx>, }
Fields
name | |
mt |
pub struct field<'tcx> { pub name: Name, pub mt: mt<'tcx>, }
name | |
mt |
impl<'tcx> HasProjectionTypes for field<'tcx>
fn has_projection_types(&self) -> bool
impl<'tcx> Repr<'tcx> for field<'tcx>
impl<'tcx> TypeFoldable<'tcx> for field<'tcx>
fn fold_with<F>(&self, folder: &mut F) -> field<'tcx> where F: TypeFolder<'tcx>
impl<'tcx> Hash for field<'tcx>
impl<'tcx> Eq for field<'tcx>
impl<'tcx> PartialEq<field<'tcx>> for field<'tcx>
impl<'tcx> Clone for field<'tcx>
fn clone(&self) -> field<'tcx>
fn clone_from(&mut self, source: &Self)
impl<'tcx> Copy for field<'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
).