Enum serde_codegen_internals::ast::Style [] [src]

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

Variants

StructTupleNewtypeUnit