Struct streak::api::search::Contact [] [src]

pub struct Contact {
    pub key: String,
    pub email_addresses: Vec<String>,
    pub title: String,
}

Fields

Trait Implementations

impl Debug for Contact
[src]

[src]

Formats the value using the given formatter.