소스 검색

Default IdsInput

Thomas 6 달 전
부모
커밋
c7b4d52468
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/collection/flowcells.rs

+ 1 - 1
src/collection/flowcells.rs

@@ -23,7 +23,7 @@ use super::minknow::{MinKnowSampleSheet, PoreStateEntry, PoreStateEntryExt, Thro
 
 /// A collection of `IdInput` records, with utility methods
 /// for loading, saving, deduplication, and construction from TSV.
-#[derive(Debug, Serialize, Deserialize, Clone)]
+#[derive(Debug, Serialize, Deserialize, Clone, Default)]
 pub struct IdsInput {
     /// The list of ID entries.
     pub data: Vec<IdInput>,