Struct syntex_syntax::ast::Arg
[−]
[src]
pub struct Arg { pub ty: P<Ty>, pub pat: P<Pat>, pub id: NodeId, }
represents an argument in a function header
Fields
ty | |
pat | |
id |
pub struct Arg { pub ty: P<Ty>, pub pat: P<Pat>, pub id: NodeId, }
represents an argument in a function header
ty | |
pat | |
id |
impl Arg
fn new_self(span: Span, mutability: Mutability, self_ident: Ident) -> Arg
impl ToTokens for Arg
impl Debug for Arg
impl Hash for Arg
fn hash<__H: Hasher>(&self, __arg_0: &mut __H)
fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher
impl Decodable for Arg
impl Encodable for Arg
impl Eq for Arg
impl PartialEq for Arg
impl Clone for Arg
fn clone(&self) -> Arg
fn clone_from(&mut self, source: &Self)