Struct billecta::UserView[][src]

pub struct UserView {
Show 21 fields pub active_creditor_public_id: Option<Guid>, pub can_manage_creditors: Option<bool>, pub created: Option<DateTime>, pub email: Option<String>, pub full_name: Option<String>, pub has_accepted_agreements: Option<bool>, pub hide_lookup_dialog: Option<bool>, pub hide_select_creditor_dialog: Option<bool>, pub hide_system_updates: Option<bool>, pub is_administrator: Option<bool>, pub is_api_user: Option<bool>, pub is_enabled: Option<bool>, pub language: Option<LanguageTypeView>, pub last_login: Option<DateTime>, pub password: Option<String>, pub password_expired: Option<bool>, pub password_never_expires: Option<bool>, pub receive_system_update_notification: Option<bool>, pub rights: Vec<UserRightView>, pub user_public_id: Option<Guid>, pub username: Option<String>,
}

Fields

active_creditor_public_id: Option<Guid>can_manage_creditors: Option<bool>created: Option<DateTime>email: Option<String>full_name: Option<String>has_accepted_agreements: Option<bool>hide_lookup_dialog: Option<bool>hide_select_creditor_dialog: Option<bool>hide_system_updates: Option<bool>is_administrator: Option<bool>is_api_user: Option<bool>is_enabled: Option<bool>language: Option<LanguageTypeView>last_login: Option<DateTime>password: Option<String>password_expired: Option<bool>password_never_expires: Option<bool>receive_system_update_notification: Option<bool>rights: Vec<UserRightView>user_public_id: Option<Guid>username: Option<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

Returns the “default value” for a type. Read more

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.

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

Performs the conversion.

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)

recently added

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.