pub struct ObjsUserProfile {
Show 44 fields pub always_active: bool, pub api_app_id: String, pub avatar_hash: String, pub bot_id: String, pub display_name: String, pub display_name_normalized: String, pub email: String, pub fields: FieldsOneOf, pub first_name: String, pub guest_expiration_ts: i64, pub guest_invited_by: String, pub image_1024: String, pub image_192: String, pub image_24: String, pub image_32: String, pub image_48: String, pub image_512: String, pub image_72: String, pub image_original: String, pub is_app_user: bool, pub is_custom_image: bool, pub is_restricted: bool, pub is_ultra_restricted: bool, pub last_avatar_image_hash: String, pub last_name: String, pub memberships_count: i64, pub name: String, pub phone: String, pub pronouns: String, pub real_name: String, pub real_name_normalized: String, pub skype: String, pub status_default_emoji: String, pub status_default_text: String, pub status_default_text_canonical: String, pub status_emoji: String, pub status_expiration: i64, pub status_text: String, pub status_text_canonical: String, pub team: String, pub title: String, pub updated: i64, pub user_id: String, pub username: String,
}

Fields

always_active: boolapi_app_id: Stringavatar_hash: Stringbot_id: Stringdisplay_name: Stringdisplay_name_normalized: Stringemail: Stringfields: FieldsOneOffirst_name: Stringguest_expiration_ts: i64guest_invited_by: Stringimage_1024: Stringimage_192: Stringimage_24: Stringimage_32: Stringimage_48: Stringimage_512: Stringimage_72: Stringimage_original: Stringis_app_user: boolis_custom_image: boolis_restricted: boolis_ultra_restricted: boollast_avatar_image_hash: Stringlast_name: Stringmemberships_count: i64name: Stringphone: Stringpronouns: Stringreal_name: Stringreal_name_normalized: Stringskype: Stringstatus_default_emoji: Stringstatus_default_text: Stringstatus_default_text_canonical: Stringstatus_emoji: Stringstatus_expiration: i64status_text: Stringstatus_text_canonical: Stringteam: Stringtitle: Stringupdated: i64user_id: Stringusername: String

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Deserialize this value from the given Serde deserializer. Read more

The name of the generated JSON Schema. Read more

Generates a JSON Schema for this type. Read more

Whether JSON Schemas generated for this type should be re-used where possible using the $ref keyword. Read more

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

This method tests for !=.

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

Returns the argument unchanged.

Attaches the provided Context to this type, returning a WithContext wrapper. Read more

Attaches the current Context to this type, returning a WithContext wrapper. Read more

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

Uses borrowed data to replace owned data, usually by cloning. Read more

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.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more