pub struct UserSchemaBaseProperties {
Show 31 fields pub city: Option<UserSchemaAttribute>, pub cost_center: Option<UserSchemaAttribute>, pub country_code: Option<UserSchemaAttribute>, pub department: Option<UserSchemaAttribute>, pub display_name: Option<UserSchemaAttribute>, pub division: Option<UserSchemaAttribute>, pub email: Option<UserSchemaAttribute>, pub employee_number: Option<UserSchemaAttribute>, pub first_name: Option<UserSchemaAttribute>, pub honorific_prefix: Option<UserSchemaAttribute>, pub honorific_suffix: Option<UserSchemaAttribute>, pub last_name: Option<UserSchemaAttribute>, pub locale: Option<UserSchemaAttribute>, pub login: Option<UserSchemaAttribute>, pub manager: Option<UserSchemaAttribute>, pub manager_id: Option<UserSchemaAttribute>, pub middle_name: Option<UserSchemaAttribute>, pub mobile_phone: Option<UserSchemaAttribute>, pub nick_name: Option<UserSchemaAttribute>, pub organization: Option<UserSchemaAttribute>, pub postal_address: Option<UserSchemaAttribute>, pub preferred_language: Option<UserSchemaAttribute>, pub primary_phone: Option<UserSchemaAttribute>, pub profile_url: Option<UserSchemaAttribute>, pub second_email: Option<UserSchemaAttribute>, pub state: Option<UserSchemaAttribute>, pub street_address: Option<UserSchemaAttribute>, pub timezone: Option<UserSchemaAttribute>, pub title: Option<UserSchemaAttribute>, pub user_type: Option<UserSchemaAttribute>, pub zip_code: Option<UserSchemaAttribute>,
}

Fields

city: Option<UserSchemaAttribute>cost_center: Option<UserSchemaAttribute>country_code: Option<UserSchemaAttribute>department: Option<UserSchemaAttribute>display_name: Option<UserSchemaAttribute>division: Option<UserSchemaAttribute>email: Option<UserSchemaAttribute>employee_number: Option<UserSchemaAttribute>first_name: Option<UserSchemaAttribute>honorific_prefix: Option<UserSchemaAttribute>honorific_suffix: Option<UserSchemaAttribute>last_name: Option<UserSchemaAttribute>locale: Option<UserSchemaAttribute>login: Option<UserSchemaAttribute>manager: Option<UserSchemaAttribute>manager_id: Option<UserSchemaAttribute>middle_name: Option<UserSchemaAttribute>mobile_phone: Option<UserSchemaAttribute>nick_name: Option<UserSchemaAttribute>organization: Option<UserSchemaAttribute>postal_address: Option<UserSchemaAttribute>preferred_language: Option<UserSchemaAttribute>primary_phone: Option<UserSchemaAttribute>profile_url: Option<UserSchemaAttribute>second_email: Option<UserSchemaAttribute>state: Option<UserSchemaAttribute>street_address: Option<UserSchemaAttribute>timezone: Option<UserSchemaAttribute>title: Option<UserSchemaAttribute>user_type: Option<UserSchemaAttribute>zip_code: Option<UserSchemaAttribute>

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

🔬 This is a nightly-only experimental API. (toowned_clone_into)

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