Struct rustc::middle::ty::field_ty[src]
pub struct field_ty {
pub name: Name,
pub id: DefId,
pub vis: Visibility,
pub origin: DefId,
}Fields
name | |
id | |
vis | |
origin |
pub struct field_ty {
pub name: Name,
pub id: DefId,
pub vis: Visibility,
pub origin: DefId,
}name | |
id | |
vis | |
origin |
impl Clone for field_tyfn clone(&self) -> field_tyfn 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 (or str), enum,
trait, typedef (or
tdef).