Derive Macro Default

#[derive(Default)]
{
    // Attributes available to this derive:
    #[default]
}