Struct spaceapi_server::api::Contact []

pub struct Contact {
    pub irc: Optional<String>,
    pub twitter: Optional<String>,
    pub foursquare: Optional<String>,
    pub email: Optional<String>,
}

Fields

irc
twitter
foursquare
email

Trait Implementations

impl ToJson for Contact

fn to_json(&self) -> Json

Derived Implementations

impl Clone for Contact

fn clone(&self) -> Contact

impl Debug for Contact

fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>