Enum serde_derive_internals::attr::Default [] [src]

pub enum Default {
    None,
    Default,
    Path(ExprPath),
}

Represents the default to use for a field when deserializing.

Variants

Field must always be specified because it does not have a default.

The default is given by std::default::Default::default().

The default is given by this function.

Trait Implementations

Auto Trait Implementations

impl !Send for Default

impl !Sync for Default