Enum syntex_syntax::ast::Decl_
[−]
[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: Hasher
impl 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)