pub enum QueueLane {
FastLane,
CollectionLane,
CareTeamReviewLane,
ManagerReviewLane,
WaitlistOrPolicyLane,
}Expand description
Physical or operational lane used to sort daycare front-desk work.
Variants§
FastLane
Queue lane for check-ins with all readiness gates clear.
CollectionLane
Queue lane for tickets needing payment or package collection.
CareTeamReviewLane
Queue lane for tickets needing care-team or behavior review.
ManagerReviewLane
Queue lane for manager approval before check-in proceeds.
WaitlistOrPolicyLane
Queue lane for blocked, ineligible, or policy-limited attendance paths.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for QueueLane
impl<'de> Deserialize<'de> for QueueLane
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
impl Copy for QueueLane
impl Eq for QueueLane
impl StructuralPartialEq for QueueLane
Auto Trait Implementations§
impl Freeze for QueueLane
impl RefUnwindSafe for QueueLane
impl Send for QueueLane
impl Sync for QueueLane
impl Unpin for QueueLane
impl UnsafeUnpin for QueueLane
impl UnwindSafe for QueueLane
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