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
name: Option<String>
irc_nick: Option<String>
phone: Option<String>
email: Option<String>
twitter: Option<String>
Trait Implementations
impl Default for Keymaster[src]
impl Debug for Keymaster[src]
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