Struct tomba::AccountData[][src]

pub struct AccountData {
Show 24 fields pub available: i64, pub user_id: i64, pub secret_token: String, pub role: i64, pub confirmed: bool, pub blocked: bool, pub first_name: String, pub last_name: String, pub email: String, pub phone: String, pub image: String, pub deleted: bool, pub timezone: String, pub activity: bool, pub title: String, pub country: String, pub created_at: String, pub ip: String, pub payment_status: bool, pub expired: String, pub pricing: AccountPricing, pub time: AccountTime, pub used: i64, pub requests: AccountRequests,
}

Fields

available: i64user_id: i64secret_token: Stringrole: i64confirmed: boolblocked: boolfirst_name: Stringlast_name: Stringemail: Stringphone: Stringimage: Stringdeleted: booltimezone: Stringactivity: booltitle: Stringcountry: Stringcreated_at: Stringip: Stringpayment_status: boolexpired: Stringpricing: AccountPricingtime: AccountTimeused: i64requests: AccountRequests

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.