Enum syntax::ast::Decl_Unstable
[-] [+]
[src]
pub enum Decl_ {
DeclLocal(P<Local>),
DeclItem(P<Item>),
}Variants
DeclLocal | A local (let) binding: |
DeclItem | An item binding: |
pub enum Decl_ {
DeclLocal(P<Local>),
DeclItem(P<Item>),
}DeclLocal | A local (let) binding: |
DeclItem | An item binding: |
impl Debug for Decl_impl Hash for Decl_fn hash<__H: Hasher>(&self, __arg_0: &mut __H)fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasherimpl Decodable for Decl_impl Encodable for Decl_impl Eq for Decl_impl PartialEq for Decl_impl Clone for Decl_fn clone(&self) -> Decl_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).