pub struct SmokeBoundaries { /* private fields */ }Expand description
Smoke boundaries carried by the local smoke-test workflow; it exercises the local shell with deterministic fixtures and no external side effects.
Implementations§
Source§impl SmokeBoundaries
impl SmokeBoundaries
Sourcepub const fn draft_only_ai(&self) -> bool
pub const fn draft_only_ai(&self) -> bool
Returns the draft only ai source evidence carried by this local smoke-test workflow artifact without changing provider, customer, payment, or schedule state.
Sourcepub const fn blocks_live_customer_sends(&self) -> bool
pub const fn blocks_live_customer_sends(&self) -> bool
Returns the blocks live customer sends source evidence carried by this local smoke-test workflow artifact without changing provider, customer, payment, or schedule state.
Sourcepub const fn blocks_provider_or_pms_mutations(&self) -> bool
pub const fn blocks_provider_or_pms_mutations(&self) -> bool
Returns the blocks provider or pms mutations source evidence carried by this local smoke-test workflow artifact without changing provider, customer, payment, or schedule state.
Sourcepub const fn blocks_payment_refund_or_discount_actions(&self) -> bool
pub const fn blocks_payment_refund_or_discount_actions(&self) -> bool
Returns the blocks payment refund or discount actions source evidence carried by this local smoke-test workflow artifact without changing provider, customer, payment, or schedule state.
Trait Implementations§
Source§impl Clone for SmokeBoundaries
impl Clone for SmokeBoundaries
Source§fn clone(&self) -> SmokeBoundaries
fn clone(&self) -> SmokeBoundaries
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more