pub enum OpportunityScore {
Moderate,
Strong,
}Expand description
Strength of a daycare package opportunity from recent attendance evidence.
Variants§
Moderate
Attendance history suggests a possible package fit, but not enough for the strongest score.
Strong
Attendance history strongly suggests staff should review a package or membership offer.
Trait Implementations§
Source§impl Clone for OpportunityScore
impl Clone for OpportunityScore
Source§fn clone(&self) -> OpportunityScore
fn clone(&self) -> OpportunityScore
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 OpportunityScore
impl Debug for OpportunityScore
Source§impl<'de> Deserialize<'de> for OpportunityScore
impl<'de> Deserialize<'de> for OpportunityScore
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
Source§impl PartialEq for OpportunityScore
impl PartialEq for OpportunityScore
Source§impl Serialize for OpportunityScore
impl Serialize for OpportunityScore
impl Copy for OpportunityScore
impl Eq for OpportunityScore
impl StructuralPartialEq for OpportunityScore
Auto Trait Implementations§
impl Freeze for OpportunityScore
impl RefUnwindSafe for OpportunityScore
impl Send for OpportunityScore
impl Sync for OpportunityScore
impl Unpin for OpportunityScore
impl UnsafeUnpin for OpportunityScore
impl UnwindSafe for OpportunityScore
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