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
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for UserView
impl UnwindSafe for UserView
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more