pub enum SuppressionReason {
SafetyOrCareReviewRequired,
PaymentOrBillingReviewRequired,
}Expand description
Reasons daycare package recommendations are suppressed before staff review.
Variants§
SafetyOrCareReviewRequired
Care or behavior review must be handled before sales recommendations.
PaymentOrBillingReviewRequired
Billing issue must be handled before sales recommendations.
Trait Implementations§
Source§impl Clone for SuppressionReason
impl Clone for SuppressionReason
Source§fn clone(&self) -> SuppressionReason
fn clone(&self) -> SuppressionReason
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 SuppressionReason
impl Debug for SuppressionReason
Source§impl<'de> Deserialize<'de> for SuppressionReason
impl<'de> Deserialize<'de> for SuppressionReason
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 SuppressionReason
impl PartialEq for SuppressionReason
Source§impl Serialize for SuppressionReason
impl Serialize for SuppressionReason
impl Copy for SuppressionReason
impl Eq for SuppressionReason
impl StructuralPartialEq for SuppressionReason
Auto Trait Implementations§
impl Freeze for SuppressionReason
impl RefUnwindSafe for SuppressionReason
impl Send for SuppressionReason
impl Sync for SuppressionReason
impl Unpin for SuppressionReason
impl UnsafeUnpin for SuppressionReason
impl UnwindSafe for SuppressionReason
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