Struct spaceapi::Contact [] [src]

pub struct Contact {
    pub phone: Option<String>,
    pub sip: Option<String>,
    pub keymasters: Option<Vec<Keymaster>>,
    pub irc: Option<String>,
    pub twitter: Option<String>,
    pub facebook: Option<String>,
    pub google: Option<GoogleContact>,
    pub identica: Option<String>,
    pub foursquare: Option<String>,
    pub email: Option<String>,
    pub ml: Option<String>,
    pub jabber: Option<String>,
    pub issue_mail: Option<String>,
}

Fields

Trait Implementations

impl Debug for Contact
[src]

Formats the value using the given formatter.

impl Clone for Contact
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Contact
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.