Struct spaceapi::Keymaster [] [src]

pub struct Keymaster {
    pub name: Optional<String>,
    pub irc_nick: Optional<String>,
    pub phone: Optional<String>,
    pub email: Optional<String>,
    pub twitter: Optional<String>,
}

Fields

name: Optional<String> irc_nick: Optional<String> phone: Optional<String> email: Optional<String> twitter: Optional<String>

Trait Implementations

impl Decodable for Keymaster
[src]

fn decode<__D: Decoder>(__arg_0: &mut __D) -> Result<Keymaster, __D::Error>

impl PartialEq for Keymaster
[src]

fn eq(&self, __arg_0: &Keymaster) -> bool

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

fn ne(&self, __arg_0: &Keymaster) -> bool

This method tests for !=.

impl Clone for Keymaster
[src]

fn clone(&self) -> Keymaster

Returns a copy of the value. Read more

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

Performs copy-assignment from source. Read more

impl Debug for Keymaster
[src]

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

Formats the value using the given formatter.

impl ToJson for Keymaster
[src]

fn to_json(&self) -> Json

Converts the value of self to an instance of JSON