Struct tomba::AccountPricing[][src]

pub struct AccountPricing {
    pub name: String,
    pub pricing_id: i64,
    pub available_searches: i64,
    pub available_verifications: i64,
    pub available_phones: i64,
    pub available_leads: i64,
    pub available_list: i64,
    pub available_attr: i64,
    pub available_keys: i64,
    pub available_teams: i64,
    pub available_email_count: i64,
    pub frequency: String,
}

Fields

name: Stringpricing_id: i64available_searches: i64available_verifications: i64available_phones: i64available_leads: i64available_list: i64available_attr: i64available_keys: i64available_teams: i64available_email_count: i64frequency: String

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.