pub enum Standard {
FileFormat,
Info,
Filter,
Format,
AlternativeAllele,
Assembly,
Contig,
Meta,
PedigreeDb,
}
Expand description
A standard VCF record key.
Variants
FileFormat
File format (fileformat
).
Info
Information (INFO
).
Filter
Filter (FILTER
)
Format
Genotype format (FORMAT
).
AlternativeAllele
Symbolic alternate allele (ALT
).
Assembly
Breakpoint assemblies URI (assembly
).
Contig
Contig (contig
).
Meta
Meta (META
).
PedigreeDb
Pedigree database URI (pedigreeDB
).
Trait Implementations
impl Eq for Standard
impl StructuralEq for Standard
impl StructuralPartialEq for Standard
Auto Trait Implementations
impl RefUnwindSafe for Standard
impl Send for Standard
impl Sync for Standard
impl Unpin for Standard
impl UnwindSafe for Standard
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
sourcefn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.