pub struct CheckM1TabTable {}Implementations§
Source§impl CheckM1TabTable
impl CheckM1TabTable
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<CheckM1GenomeQuality>, CheckMReadError>
Auto Trait Implementations§
impl Freeze for CheckM1TabTable
impl RefUnwindSafe for CheckM1TabTable
impl Send for CheckM1TabTable
impl Sync for CheckM1TabTable
impl Unpin for CheckM1TabTable
impl UnwindSafe for CheckM1TabTable
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