Struct gazetta_model_ext::Person [] [src]

pub struct Person {
    pub name: String,
    pub email: Option<String>,
    pub photo: Option<String>,
    pub key: Option<Key>,
    pub nicknames: Vec<String>,
    pub also: Vec<Link>,
}

Fields

Methods

impl Person
[src]

Trait Implementations

impl Debug for Person
[src]

Formats the value using the given formatter.

impl Clone for Person
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Display for Person
[src]

Formats the value using the given formatter. Read more