pub struct RetentionFollowUp { /* private fields */ }Expand description
Retention follow up carried by the local smoke-test workflow; it exercises the local shell with deterministic fixtures and no external side effects.
Implementations§
Source§impl RetentionFollowUp
impl RetentionFollowUp
Sourcepub const fn next_action(&self) -> RetentionNextAction
pub const fn next_action(&self) -> RetentionNextAction
Returns the next action source evidence carried by this local smoke-test workflow artifact without changing provider, customer, payment, or schedule state.
Sourcepub fn review_gate(&self) -> ReviewGate
pub fn review_gate(&self) -> ReviewGate
Returns the review gate source evidence carried by this local smoke-test workflow artifact without changing provider, customer, payment, or schedule state.
Trait Implementations§
Source§impl Clone for RetentionFollowUp
impl Clone for RetentionFollowUp
Source§fn clone(&self) -> RetentionFollowUp
fn clone(&self) -> RetentionFollowUp
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 RetentionFollowUp
impl Debug for RetentionFollowUp
Source§impl PartialEq for RetentionFollowUp
impl PartialEq for RetentionFollowUp
impl Eq for RetentionFollowUp
impl StructuralPartialEq for RetentionFollowUp
Auto Trait Implementations§
impl Freeze for RetentionFollowUp
impl RefUnwindSafe for RetentionFollowUp
impl Send for RetentionFollowUp
impl Sync for RetentionFollowUp
impl Unpin for RetentionFollowUp
impl UnsafeUnpin for RetentionFollowUp
impl UnwindSafe for RetentionFollowUp
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