Enum sgx_serialize_derive_internals::ast::Style[][src]

pub enum Style {
    Struct,
    Tuple,
    Newtype,
    Unit,
}

Variants

Trait Implementations

impl Copy for Style
[src]

impl Clone for Style
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Style
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Style

impl Sync for Style