pub struct CompletionNoteStatus {Show 18 fields
pub only_files_inside_crate_changed: bool,
pub upgrade_plan_written: bool,
pub host_realistic_mode_implemented: bool,
pub stronger_baselines_implemented: bool,
pub scenario_suite_implemented: bool,
pub ablation_study_implemented: bool,
pub demo_b_strengthened: bool,
pub integration_surface_documented: bool,
pub cost_model_generated: bool,
pub reviewer_reports_generated: bool,
pub required_honesty_sentence_present: bool,
pub cargo_fmt_passed: bool,
pub cargo_clippy_passed: bool,
pub cargo_test_passed: bool,
pub no_fabricated_performance_claims: bool,
pub no_files_outside_crate_modified: bool,
pub fully_implemented: Vec<String>,
pub future_work: Vec<String>,
}Fields§
§only_files_inside_crate_changed: bool§upgrade_plan_written: bool§host_realistic_mode_implemented: bool§stronger_baselines_implemented: bool§scenario_suite_implemented: bool§ablation_study_implemented: bool§demo_b_strengthened: bool§integration_surface_documented: bool§cost_model_generated: bool§reviewer_reports_generated: bool§required_honesty_sentence_present: bool§cargo_fmt_passed: bool§cargo_clippy_passed: bool§cargo_test_passed: bool§no_fabricated_performance_claims: bool§no_files_outside_crate_modified: bool§fully_implemented: Vec<String>§future_work: Vec<String>Trait Implementations§
Source§impl Clone for CompletionNoteStatus
impl Clone for CompletionNoteStatus
Source§fn clone(&self) -> CompletionNoteStatus
fn clone(&self) -> CompletionNoteStatus
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 moreAuto Trait Implementations§
impl Freeze for CompletionNoteStatus
impl RefUnwindSafe for CompletionNoteStatus
impl Send for CompletionNoteStatus
impl Sync for CompletionNoteStatus
impl Unpin for CompletionNoteStatus
impl UnsafeUnpin for CompletionNoteStatus
impl UnwindSafe for CompletionNoteStatus
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