pub enum RetentionNextAction {
DraftRebookingReminderForReview,
}Expand description
Decision taxonomy for retention next action in the local smoke-test workflow; each value carries operational meaning for source-grounded routing and review.
Variants§
DraftRebookingReminderForReview
Represents draft rebooking reminder for review in the local smoke decision model so the app can choose the correct evidence, review, or draft path without taking live action.
Trait Implementations§
Source§impl Clone for RetentionNextAction
impl Clone for RetentionNextAction
Source§fn clone(&self) -> RetentionNextAction
fn clone(&self) -> RetentionNextAction
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 RetentionNextAction
impl Debug for RetentionNextAction
Source§impl PartialEq for RetentionNextAction
impl PartialEq for RetentionNextAction
impl Copy for RetentionNextAction
impl Eq for RetentionNextAction
impl StructuralPartialEq for RetentionNextAction
Auto Trait Implementations§
impl Freeze for RetentionNextAction
impl RefUnwindSafe for RetentionNextAction
impl Send for RetentionNextAction
impl Sync for RetentionNextAction
impl Unpin for RetentionNextAction
impl UnsafeUnpin for RetentionNextAction
impl UnwindSafe for RetentionNextAction
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