pub struct ManagerDailyBriefReportingGroup {
pub location_id: String,
pub operating_day: String,
pub action_kind: ManagerDailyBriefActionKindCode,
pub owner_persona: ManagerDailyBriefPersonaCode,
}Expand description
Dimensions used to aggregate manager daily-brief labor outcomes by location, day, action, and owner role.
Fields§
§location_id: StringLocation whose operating day or service rules is described.
operating_day: StringBusiness date used for labor and reporting aggregation.
action_kind: ManagerDailyBriefActionKindCodeWorkflow action that generated the labor evidence.
owner_persona: ManagerDailyBriefPersonaCodeRole expected to own or review the workflow item.
Trait Implementations§
Source§impl Clone for ManagerDailyBriefReportingGroup
impl Clone for ManagerDailyBriefReportingGroup
Source§fn clone(&self) -> ManagerDailyBriefReportingGroup
fn clone(&self) -> ManagerDailyBriefReportingGroup
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'de> Deserialize<'de> for ManagerDailyBriefReportingGroup
impl<'de> Deserialize<'de> for ManagerDailyBriefReportingGroup
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
Source§impl PartialEq for ManagerDailyBriefReportingGroup
impl PartialEq for ManagerDailyBriefReportingGroup
Source§fn eq(&self, other: &ManagerDailyBriefReportingGroup) -> bool
fn eq(&self, other: &ManagerDailyBriefReportingGroup) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for ManagerDailyBriefReportingGroup
impl StructuralPartialEq for ManagerDailyBriefReportingGroup
Auto Trait Implementations§
impl Freeze for ManagerDailyBriefReportingGroup
impl RefUnwindSafe for ManagerDailyBriefReportingGroup
impl Send for ManagerDailyBriefReportingGroup
impl Sync for ManagerDailyBriefReportingGroup
impl Unpin for ManagerDailyBriefReportingGroup
impl UnsafeUnpin for ManagerDailyBriefReportingGroup
impl UnwindSafe for ManagerDailyBriefReportingGroup
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