Struct syntex_syntax::ast::Field
[−]
[src]
pub struct Field { pub ident: SpannedIdent, pub expr: P<Expr>, pub span: Span, }
Fields
ident | |
expr | |
span |
pub struct Field { pub ident: SpannedIdent, pub expr: P<Expr>, pub span: Span, }
ident | |
expr | |
span |
impl Debug for Field
impl Hash for Field
fn hash<__H: Hasher>(&self, __arg_0: &mut __H)
fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher
impl Decodable for Field
impl Encodable for Field
impl Eq for Field
impl PartialEq for Field
impl Clone for Field
fn clone(&self) -> Field
fn clone_from(&mut self, source: &Self)