Struct sgx_serialize_derive_internals::ast::Container[][src]

pub struct Container<'a> {
    pub ident: Ident,
    pub body: Body<'a>,
    pub generics: &'a Generics,
}

Fields

Methods

impl<'a> Container<'a>
[src]

Trait Implementations

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

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> Send for Container<'a>

impl<'a> Sync for Container<'a>