pub enum Unit {
PuppyManners,
LooseLeashWalking,
Recall,
ConfidenceBuilding,
CanineGoodCitizenPrep,
}Expand description
Curriculum unit that defines what trainers should work on and report against.
Variants§
PuppyManners
Puppy manners training operational signal for enrollment, curriculum, progress, package, or follow-up handling.
LooseLeashWalking
Loose leash walking training operational signal for enrollment, curriculum, progress, package, or follow-up handling.
Recall
Recall training operational signal for enrollment, curriculum, progress, package, or follow-up handling.
ConfidenceBuilding
Confidence building training operational signal for enrollment, curriculum, progress, package, or follow-up handling.
CanineGoodCitizenPrep
Canine good citizen prep training operational signal for enrollment, curriculum, progress, package, or follow-up handling.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Unit
impl<'de> Deserialize<'de> for Unit
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 Unit
impl Eq for Unit
impl StructuralPartialEq for Unit
Auto Trait Implementations§
impl Freeze for Unit
impl RefUnwindSafe for Unit
impl Send for Unit
impl Sync for Unit
impl Unpin for Unit
impl UnsafeUnpin for Unit
impl UnwindSafe for Unit
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