Enum sgx_serialize_derive_internals::ast::Body[][src]

pub enum Body<'a> {
    Enum(Vec<Variant<'a>>),
    Struct(StyleVec<Field<'a>>),
}

Variants

Trait Implementations

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

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> Send for Body<'a>

impl<'a> Sync for Body<'a>