Struct sgx_serialize_derive_internals::ast::Field[][src]

pub struct Field<'a> {
    pub ident: Option<Ident>,
    pub ty: &'a Ty,
}

Fields

Trait Implementations

impl<'a> Debug for Field<'a>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> Send for Field<'a>

impl<'a> Sync for Field<'a>