pub enum Outcome {
BasicManners,
ReducedReactivity,
CanineGoodCitizenReadiness,
OwnerHandlingPlan,
}Expand description
Outcome claim vocabulary that must be backed by trainer evidence before customer-facing use.
Variants§
BasicManners
Basic manners training operational signal for enrollment, curriculum, progress, package, or follow-up handling.
ReducedReactivity
Reduced reactivity training operational signal for enrollment, curriculum, progress, package, or follow-up handling.
CanineGoodCitizenReadiness
Canine good citizen readiness training operational signal for enrollment, curriculum, progress, package, or follow-up handling.
OwnerHandlingPlan
Owner handling plan training operational signal for enrollment, curriculum, progress, package, or follow-up handling.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Outcome
impl<'de> Deserialize<'de> for Outcome
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 Outcome
impl Eq for Outcome
impl StructuralPartialEq for Outcome
Auto Trait Implementations§
impl Freeze for Outcome
impl RefUnwindSafe for Outcome
impl Send for Outcome
impl Sync for Outcome
impl Unpin for Outcome
impl UnsafeUnpin for Outcome
impl UnwindSafe for Outcome
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