pub enum ProgressTracking {
AttendanceOnly,
SessionNotesAndMilestones,
TrainerScorecard,
}Expand description
Required progress-recording depth for a training program.
Variants§
AttendanceOnly
Attendance only training operational signal for enrollment, curriculum, progress, package, or follow-up handling.
SessionNotesAndMilestones
Session notes and milestones training operational signal for enrollment, curriculum, progress, package, or follow-up handling.
TrainerScorecard
Trainer scorecard training operational signal for enrollment, curriculum, progress, package, or follow-up handling.
Trait Implementations§
Source§impl Clone for ProgressTracking
impl Clone for ProgressTracking
Source§fn clone(&self) -> ProgressTracking
fn clone(&self) -> ProgressTracking
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 ProgressTracking
impl Debug for ProgressTracking
Source§impl<'de> Deserialize<'de> for ProgressTracking
impl<'de> Deserialize<'de> for ProgressTracking
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 ProgressTracking
impl PartialEq for ProgressTracking
Source§impl Serialize for ProgressTracking
impl Serialize for ProgressTracking
impl Copy for ProgressTracking
impl Eq for ProgressTracking
impl StructuralPartialEq for ProgressTracking
Auto Trait Implementations§
impl Freeze for ProgressTracking
impl RefUnwindSafe for ProgressTracking
impl Send for ProgressTracking
impl Sync for ProgressTracking
impl Unpin for ProgressTracking
impl UnsafeUnpin for ProgressTracking
impl UnwindSafe for ProgressTracking
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