Enum serde_derive_state_internals::ast::Style [] [src]

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

Variants

Trait Implementations

impl Copy for Style
[src]

impl Clone for Style
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more