pub enum EligibilityReason {
SourceGroundedRetentionOpportunity,
}Expand description
Decision taxonomy for eligibility reason in the retention follow-up workflow; each value carries operational meaning for source-grounded routing and review.
Variants§
SourceGroundedRetentionOpportunity
Explains that the workflow is source grounded retention opportunity when deciding whether an agent draft is allowed.
Trait Implementations§
Source§impl Clone for EligibilityReason
impl Clone for EligibilityReason
Source§fn clone(&self) -> EligibilityReason
fn clone(&self) -> EligibilityReason
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 Debug for EligibilityReason
impl Debug for EligibilityReason
Source§impl<'de> Deserialize<'de> for EligibilityReason
impl<'de> Deserialize<'de> for EligibilityReason
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 EligibilityReason
impl PartialEq for EligibilityReason
Source§impl Serialize for EligibilityReason
impl Serialize for EligibilityReason
impl Copy for EligibilityReason
impl Eq for EligibilityReason
impl StructuralPartialEq for EligibilityReason
Auto Trait Implementations§
impl Freeze for EligibilityReason
impl RefUnwindSafe for EligibilityReason
impl Send for EligibilityReason
impl Sync for EligibilityReason
impl Unpin for EligibilityReason
impl UnsafeUnpin for EligibilityReason
impl UnwindSafe for EligibilityReason
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