Struct sgx_serialize_derive_internals::ast::Variant[][src]

pub struct Variant<'a> {
    pub ident: Ident,
    pub style: Style,
    pub fields: Vec<Field<'a>>,
}

Fields

Trait Implementations

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

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> Send for Variant<'a>

impl<'a> Sync for Variant<'a>