pub struct CheckM2QualityReport {}Implementations§
Source§impl CheckM2QualityReport
impl CheckM2QualityReport
pub fn good_quality_genome_names( file_path: &str, min_completeness: f32, max_contamination: f32, ) -> Result<Vec<String>, CheckMReadError>
pub fn read_file_path( file_path: &str, ) -> Result<CheckMResult<CheckM2GenomeQuality>, CheckMReadError>
Auto Trait Implementations§
impl Freeze for CheckM2QualityReport
impl RefUnwindSafe for CheckM2QualityReport
impl Send for CheckM2QualityReport
impl Sync for CheckM2QualityReport
impl Unpin for CheckM2QualityReport
impl UnwindSafe for CheckM2QualityReport
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