pub struct ObjsUser {
Show 29 fields pub color: String, pub deleted: bool, pub enterprise_user: Option<ObjsEnterpriseUser>, pub has_2fa: bool, pub id: String, pub is_admin: bool, pub is_app_user: bool, pub is_bot: bool, pub is_external: bool, pub is_forgotten: bool, pub is_invited_user: bool, pub is_owner: bool, pub is_primary_owner: bool, pub is_restricted: bool, pub is_stranger: bool, pub is_ultra_restricted: bool, pub locale: String, pub name: String, pub presence: String, pub profile: ObjsUserProfile, pub real_name: String, pub team: String, pub team_id: String, pub team_profile: Option<Profile>, pub two_factor_type: String, pub tz: Vec<TzAnyOf>, pub tz_label: String, pub tz_offset: f64, pub updated: f64,
}
Expand description

user object for non enterprise type

Fields

color: String

user object for non enterprise type

deleted: bool

user object for non enterprise type

enterprise_user: Option<ObjsEnterpriseUser>

user object for non enterprise type

has_2fa: bool

user object for non enterprise type

id: Stringis_admin: bool

user object for non enterprise type

is_app_user: boolis_bot: boolis_external: bool

user object for non enterprise type

is_forgotten: bool

user object for non enterprise type

is_invited_user: bool

user object for non enterprise type

is_owner: bool

user object for non enterprise type

is_primary_owner: bool

user object for non enterprise type

is_restricted: bool

user object for non enterprise type

is_stranger: bool

user object for non enterprise type

is_ultra_restricted: bool

user object for non enterprise type

locale: String

user object for non enterprise type

name: Stringpresence: String

user object for non enterprise type

profile: ObjsUserProfilereal_name: String

user object for non enterprise type

team: String

user object for non enterprise type

team_id: String

user object for non enterprise type

team_profile: Option<Profile>

user object for non enterprise type

two_factor_type: String

user object for non enterprise type

tz: Vec<TzAnyOf>

user object for non enterprise type

tz_label: String

user object for non enterprise type

tz_offset: f64

user object for non enterprise type

updated: f64

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