Struct spaceapi::GoogleContact [] [src]

pub struct GoogleContact {
    pub plus: Optional<String>,
}

Fields

plus: Optional<String>

Trait Implementations

impl Decodable for GoogleContact
[src]

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

impl PartialEq for GoogleContact
[src]

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

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

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

This method tests for !=.

impl Clone for GoogleContact
[src]

fn clone(&self) -> GoogleContact

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 GoogleContact
[src]

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

Formats the value using the given formatter.

impl ToJson for GoogleContact
[src]

fn to_json(&self) -> Json

Converts the value of self to an instance of JSON