Struct gpx::Person [−][src]
Person represents a person or organization.
Fields
name: Option<String>
Name of person or organization.
email: Option<String>
Email address.
link: Option<Link>
Link to Web site or other external information about person.
Trait Implementations
impl Clone for Person[src]
impl Clone for Personfn clone(&self) -> Person[src]
fn clone(&self) -> PersonReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Default for Person[src]
impl Default for Personimpl Debug for Person[src]
impl Debug for Person