Struct syntax::ast::TypeFieldExperimental [-]  [+] [src]

pub struct TypeField {
    pub ident: Ident,
    pub mt: MutTy,
    pub span: Span,
}

Fields

ident
mt
span

Trait Implementations

Derived Implementations

impl Show for TypeField

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl<__S: Writer> Hash<__S> for TypeField

fn hash(&self, __arg_0: &mut __S)

impl<__D: Decoder<__E>, __E> Decodable<__D, __E> for TypeField

fn decode(__arg_0: &mut __D) -> Result<TypeField, __E>

impl<__S: Encoder<__E>, __E> Encodable<__S, __E> for TypeField

fn encode(&self, __arg_0: &mut __S) -> Result<(), __E>

impl Eq for TypeField

fn assert_receiver_is_total_eq(&self)

impl PartialEq for TypeField

fn eq(&self, __arg_0: &TypeField) -> bool

fn ne(&self, __arg_0: &TypeField) -> bool

impl Clone for TypeField

fn clone(&self) -> TypeField

fn clone_from(&mut self, source: &Self)