Struct syntax::ast::Field  [−][src]
pub struct Field {
    pub ident: Ident,
    pub expr: P<Expr>,
    pub span: Span,
    pub is_shorthand: bool,
    pub attrs: ThinVec<Attribute>,
}Fields
ident: Ident
                           
                           
                           
                           expr: P<Expr>
                           
                           
                           
                           span: Span
                           
                           
                           
                           is_shorthand: bool
                           
                           
                           
                           attrs: ThinVec<Attribute>
                           
                Trait Implementations
impl Clone for Field[src] 
impl Clone for Fieldfn clone(&self) -> Field[src] 
fn clone(&self) -> FieldReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src] 
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl PartialEq for Field[src] 
impl PartialEq for Fieldfn eq(&self, other: &Field) -> bool[src] 
fn eq(&self, other: &Field) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Field) -> bool[src] 
fn ne(&self, other: &Field) -> boolThis method tests for !=.
impl Eq for Field[src] 
impl Eq for Fieldimpl Encodable for Field[src] 
impl Encodable for Fieldimpl Decodable for Field[src] 
impl Decodable for Fieldimpl Hash for Field[src] 
impl Hash for Fieldfn hash<__H: Hasher>(&self, state: &mut __H)[src] 
fn hash<__H: Hasher>(&self, state: &mut __H)Feeds this value into the given [Hasher]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
    H: Hasher, 1.3.0[src] 
fn hash_slice<H>(data: &[Self], state: &mut H) where
    H: Hasher, 1.3.0
[src]Feeds a slice of this type into the given [Hasher]. Read more
impl Debug for Field[src] 
impl Debug for Fieldfn fmt(&self, f: &mut Formatter) -> Result[src] 
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl HasAttrs for Field[src] 
impl HasAttrs for Field