Enum darling::ast::Style [] [src]

pub enum Style {
    Tuple,
    Struct,
    Unit,
}

Variants

Methods

impl Style
[src]

[src]

[src]

[src]

Trait Implementations

impl Copy for Style
[src]

impl Clone for Style
[src]

[src]

impl Eq for Style
[src]

impl<'a> From<&'a VariantData> for Style
[src]

[src]

Performs the conversion.

impl From<VariantData> for Style
[src]

[src]

Performs the conversion.

impl PartialEq<Style> for Style
[src]

[src]

impl Debug for Style
[src]

[src]