pub enum ManagerDailyBriefActionKindCode {
ReviewDemandAgainstStaffingPlan,
ResolveCheckoutException,
ApproveRetentionFollowUpDraft,
InvestigateSourceDataQualityIssue,
}Expand description
Persisted manager daily-brief actions that can produce labor-minute evidence.
Variants§
ReviewDemandAgainstStaffingPlan
Stable storage code for review demand against staffing plan.
ResolveCheckoutException
Stable storage code for resolve checkout exception.
ApproveRetentionFollowUpDraft
Stable storage code for approve retention follow up draft.
InvestigateSourceDataQualityIssue
Stable storage code for investigate source data quality issue.
Trait Implementations§
Source§impl Clone for ManagerDailyBriefActionKindCode
impl Clone for ManagerDailyBriefActionKindCode
Source§fn clone(&self) -> ManagerDailyBriefActionKindCode
fn clone(&self) -> ManagerDailyBriefActionKindCode
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 ManagerDailyBriefActionKindCode
impl<'de> Deserialize<'de> for ManagerDailyBriefActionKindCode
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 ManagerDailyBriefActionKindCode
impl PartialEq for ManagerDailyBriefActionKindCode
Source§fn eq(&self, other: &ManagerDailyBriefActionKindCode) -> bool
fn eq(&self, other: &ManagerDailyBriefActionKindCode) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for ManagerDailyBriefActionKindCode
impl Eq for ManagerDailyBriefActionKindCode
impl StructuralPartialEq for ManagerDailyBriefActionKindCode
Auto Trait Implementations§
impl Freeze for ManagerDailyBriefActionKindCode
impl RefUnwindSafe for ManagerDailyBriefActionKindCode
impl Send for ManagerDailyBriefActionKindCode
impl Sync for ManagerDailyBriefActionKindCode
impl Unpin for ManagerDailyBriefActionKindCode
impl UnsafeUnpin for ManagerDailyBriefActionKindCode
impl UnwindSafe for ManagerDailyBriefActionKindCode
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