pub struct SummaryGridLine {Show 35 fields
pub am_extended_status_id: i64,
pub am_status: i16,
pub am_status_desc: String,
pub am_status_export_identifier: String,
pub am_status_period_calc_not_marked: bool,
pub counted_absence: bool,
pub counted_absence_export_identifier: Option<String>,
pub counted_absence_reason_desc: String,
pub counted_absence_reason_status: Option<i32>,
pub date: String,
pub date_equality_property: String,
pub day_of_week: i8,
pub most_prevalent_desc: String,
pub most_prevalent_export_identifier: Option<String>,
pub most_prevalent_status: Option<i16>,
pub partial_absence: bool,
pub partial_day_export_identifier: String,
pub pm_extended_status_id: i32,
pub pm_status: i16,
pub pm_status_desc: String,
pub pm_status_export_identifier: String,
pub pm_status_period_calc_not_marked: bool,
pub qld_half_day_code_am: i8,
pub qld_half_day_code_pm: i8,
pub time_amount_absent: i64,
pub time_amount_absent_counted: i64,
pub time_amount_absent_not_counted: i64,
pub time_amount_arrived_late_am: Option<String>,
pub time_amount_arrived_late_pm: Option<String>,
pub time_amount_expected: i64,
pub time_amount_not_marked: i64,
pub time_amount_unscheduled: i64,
pub user_id: i32,
pub whole_day_absence: bool,
pub whole_day_export_identifier: String,
}Fields§
§am_extended_status_id: i64§am_status: i16§am_status_desc: String§am_status_export_identifier: String§am_status_period_calc_not_marked: bool§counted_absence: bool§counted_absence_export_identifier: Option<String>§counted_absence_reason_desc: String§counted_absence_reason_status: Option<i32>§date: String§date_equality_property: String§day_of_week: i8§most_prevalent_desc: String§most_prevalent_export_identifier: Option<String>§most_prevalent_status: Option<i16>§partial_absence: bool§partial_day_export_identifier: String§pm_extended_status_id: i32§pm_status: i16§pm_status_desc: String§pm_status_export_identifier: String§pm_status_period_calc_not_marked: bool§qld_half_day_code_am: i8§qld_half_day_code_pm: i8§time_amount_absent: i64§time_amount_absent_counted: i64§time_amount_absent_not_counted: i64§time_amount_arrived_late_am: Option<String>§time_amount_arrived_late_pm: Option<String>§time_amount_expected: i64§time_amount_not_marked: i64§time_amount_unscheduled: i64§user_id: i32§whole_day_absence: bool§whole_day_export_identifier: StringTrait Implementations§
Source§impl Debug for SummaryGridLine
impl Debug for SummaryGridLine
Source§impl<'de> Deserialize<'de> for SummaryGridLine
impl<'de> Deserialize<'de> for SummaryGridLine
Source§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 Freeze for SummaryGridLine
impl RefUnwindSafe for SummaryGridLine
impl Send for SummaryGridLine
impl Sync for SummaryGridLine
impl Unpin for SummaryGridLine
impl UnwindSafe for SummaryGridLine
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more