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]
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