pub struct ObjsUserData {
Show 28 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_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_id: String, pub team_profile: Option<Profile>, pub teams: Vec<String>, pub two_factor_type: String, pub tz: Vec<TzAnyOf>, pub tz_label: String, pub tz_offset: f64, pub updated: f64,
}
Expand description

enterprise user

Fields

color: String

enterprise user

deleted: bool

enterprise user

enterprise_user: Option<ObjsEnterpriseUser>

enterprise user

has_2fa: bool

enterprise user

id: Stringis_admin: bool

enterprise user

is_app_user: boolis_bot: boolis_external: bool

enterprise user

is_forgotten: bool

enterprise user

is_owner: bool

enterprise user

is_primary_owner: bool

enterprise user

is_restricted: bool

enterprise user

is_stranger: bool

enterprise user

is_ultra_restricted: bool

enterprise user

locale: String

enterprise user

name: Stringpresence: String

enterprise user

profile: ObjsUserProfilereal_name: String

enterprise user

team_id: String

enterprise user

team_profile: Option<Profile>

enterprise user

teams: Vec<String>

enterprise user

two_factor_type: String

enterprise user

tz: Vec<TzAnyOf>

enterprise user

tz_label: String

enterprise user

tz_offset: f64

enterprise user

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