Enum serde_derive_internals::ast::Style
[−]
[src]
pub enum Style { Struct, Tuple, Newtype, Unit, }
Variants
Struct
Tuple
Newtype
Unit
Trait Implementations
impl Copy for Style
[src]
impl Clone for Style
[src]
fn clone(&self) -> Style
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more