Struct rustc::middle::ty::BareFnTyUnstable
[-] [+]
[src]
pub struct BareFnTy<'tcx> { pub unsafety: Unsafety, pub abi: Abi, pub sig: PolyFnSig<'tcx>, }
Fields
unsafety | |
abi | |
sig |
pub struct BareFnTy<'tcx> { pub unsafety: Unsafety, pub abi: Abi, pub sig: PolyFnSig<'tcx>, }
unsafety | |
abi | |
sig |
impl<'tcx> HasProjectionTypes for BareFnTy<'tcx>
fn has_projection_types(&self) -> bool
impl<'tcx> TypeFoldable<'tcx> for BareFnTy<'tcx>
fn fold_with<F: TypeFolder<'tcx>>(&self, folder: &mut F) -> BareFnTy<'tcx>
impl<'a, 'tcx> Relate<'a, 'tcx> for BareFnTy<'tcx>
fn relate<R>(relation: &mut R, a: &BareFnTy<'tcx>, b: &BareFnTy<'tcx>) -> RelateResult<'tcx, BareFnTy<'tcx>> where R: TypeRelation<'a, 'tcx>
impl<'tcx> Repr<'tcx> for BareFnTy<'tcx>
impl<'tcx> Debug for BareFnTy<'tcx>
impl<'tcx> Hash for BareFnTy<'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 BareFnTy<'tcx>
impl<'tcx> PartialEq for BareFnTy<'tcx>
impl<'tcx> Clone for BareFnTy<'tcx>
fn clone(&self) -> BareFnTy<'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
).