Struct gimei::address::Address[][src]

pub struct Address {
    pub prefecture: Item,
    pub city: Item,
    pub town: Item,
}

Fields

Methods

impl Address
[src]

Trait Implementations

impl Debug for Address
[src]

Formats the value using the given formatter. Read more

impl Display for Address
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Address

impl Sync for Address