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
name: String
email: Option<String>
photo: Option<String>
key: Option<Key>
nicknames: Vec<String>
also: Vec<Link>
Methods
impl Person
[src]
Trait Implementations
impl Debug for Person
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl Clone for Person
[src]
fn clone(&self) -> Person
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more