Enum names::Name [] [src]

pub enum Name {
    Plain,
    Numbered,
}

A naming strategy for the Generator

Variants

This represents a plain naming strategy of the form "ADJECTIVE-NOUN"

This represents a naming strategy with a random number appended to the end, of the form "ADJECTIVE-NOUN-NUMBER"

Trait Implementations

impl Default for Name
[src]

Returns the "default value" for a type. Read more