Struct gimei::name::Name[][src]

pub struct Name {
    pub first: Item,
    pub last: Item,
    pub gender: Gender,
}

Fields

Methods

impl Name
[src]

Trait Implementations

impl Debug for Name
[src]

Formats the value using the given formatter. Read more

impl Display for Name
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Name

impl Sync for Name