Struct spaceapi::Keymaster [] [src]

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

Fields

Trait Implementations

impl Default for Keymaster
[src]

Returns the "default value" for a type. Read more

impl Debug for Keymaster
[src]

Formats the value using the given formatter.

impl Clone for Keymaster
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Keymaster
[src]

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

This method tests for !=.