pub struct PromoteResult {
pub baseline_dir: PathBuf,
pub gradings_copied: usize,
pub missing_gradings: usize,
pub notes: NotesStatus,
}Expand description
What promote_baseline wrote.
Fields§
§baseline_dir: PathBuf§gradings_copied: usize§missing_gradings: usizeRun slots whose grading.json was absent and therefore not copied — a
sign the iteration was promoted before grading finished. Surfaced as a
warning so the gap isn’t silent.
notes: NotesStatusTrait Implementations§
Auto Trait Implementations§
impl Freeze for PromoteResult
impl RefUnwindSafe for PromoteResult
impl Send for PromoteResult
impl Sync for PromoteResult
impl Unpin for PromoteResult
impl UnsafeUnpin for PromoteResult
impl UnwindSafe for PromoteResult
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