pub enum Sample {
Number(u8),
Sequence(String),
}
Expand description
Sample numbers are either the number from the sample sheet or a sequence if the read was from the Undetermined Reads
Variants§
Trait Implementations§
Source§impl PartialOrd for Sample
impl PartialOrd for Sample
impl StructuralPartialEq for Sample
Auto Trait Implementations§
impl Freeze for Sample
impl RefUnwindSafe for Sample
impl Send for Sample
impl Sync for Sample
impl Unpin for Sample
impl UnwindSafe for Sample
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