Struct tomba::FinderData[][src]

pub struct FinderData {
Show 15 fields pub email: String, pub first_name: String, pub last_name: String, pub full_name: String, pub country: String, pub position: Option<Value>, pub twitter: Option<Value>, pub linkedin: String, pub phone_number: Option<Value>, pub accept_all: Option<Value>, pub website_url: String, pub company: String, pub score: i64, pub verification: FinderVerification, pub sources: Vec<Option<Value>>,
}

Fields

email: Stringfirst_name: Stringlast_name: Stringfull_name: Stringcountry: Stringposition: Option<Value>twitter: Option<Value>linkedin: Stringphone_number: Option<Value>accept_all: Option<Value>website_url: Stringcompany: Stringscore: i64verification: FinderVerificationsources: Vec<Option<Value>>

Trait Implementations

Deserialize this value from the given Serde deserializer. Read more

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.