pub struct ThroughputPolicy;Expand description
Deterministic policy for turning daycare readiness evidence into front-desk routing.
Implementations§
Source§impl ThroughputPolicy
impl ThroughputPolicy
Sourcepub fn evaluate(&self, context: &ReadinessContext) -> ReadinessDecision
pub fn evaluate(&self, context: &ReadinessContext) -> ReadinessDecision
Evaluates message, package, care, coverage, and eligibility gates in front-desk priority order.
Trait Implementations§
Source§impl Clone for ThroughputPolicy
impl Clone for ThroughputPolicy
Source§fn clone(&self) -> ThroughputPolicy
fn clone(&self) -> ThroughputPolicy
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 ThroughputPolicy
impl Debug for ThroughputPolicy
Source§impl Default for ThroughputPolicy
impl Default for ThroughputPolicy
Source§fn default() -> ThroughputPolicy
fn default() -> ThroughputPolicy
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ThroughputPolicy
impl RefUnwindSafe for ThroughputPolicy
impl Send for ThroughputPolicy
impl Sync for ThroughputPolicy
impl Unpin for ThroughputPolicy
impl UnsafeUnpin for ThroughputPolicy
impl UnwindSafe for ThroughputPolicy
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