[][src]Struct spaceapi::Contact

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

phone: Option<String>sip: Option<String>keymasters: Option<Vec<Keymaster>>irc: Option<String>twitter: Option<String>facebook: Option<String>google: Option<GoogleContact>identica: Option<String>foursquare: Option<String>email: Option<String>ml: Option<String>jabber: Option<String>issue_mail: Option<String>

Trait Implementations

impl PartialEq<Contact> for Contact[src]

impl Default for Contact[src]

impl Clone for Contact[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

impl Debug for Contact[src]

impl Serialize for Contact[src]

impl<'de> Deserialize<'de> for Contact[src]

Auto Trait Implementations

impl Send for Contact

impl Unpin for Contact

impl Sync for Contact

impl UnwindSafe for Contact

impl RefUnwindSafe for Contact

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]