Struct github_rs::github::Email
[−]
[src]
pub struct Email {
pub email: String,
pub verified: bool,
pub primary: bool,
}Fields
email: String
verified: bool
primary: bool
Trait Implementations
impl Clone for Email[src]
fn clone(&self) -> Email
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 PartialEq for Email[src]
fn eq(&self, __arg_0: &Email) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &Email) -> bool
This method tests for !=.