pub struct TodayView { /* private fields */ }Expand description
Today view carried by the local smoke-test workflow; it exercises the local shell with deterministic fixtures and no external side effects.
Implementations§
Source§impl TodayView
impl TodayView
Sourcepub fn reservation_labels(&self) -> &[ReservationLabel]
pub fn reservation_labels(&self) -> &[ReservationLabel]
Returns the reservation labels source evidence carried by this local smoke-test workflow artifact without changing provider, customer, payment, or schedule state.
Trait Implementations§
impl Eq for TodayView
impl StructuralPartialEq for TodayView
Auto Trait Implementations§
impl Freeze for TodayView
impl RefUnwindSafe for TodayView
impl Send for TodayView
impl Sync for TodayView
impl Unpin for TodayView
impl UnsafeUnpin for TodayView
impl UnwindSafe for TodayView
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