pub enum Standard {
FileFormat,
Info,
Filter,
Format,
AlternativeAllele,
Contig,
}
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
).
Contig
Contig (contig
).
Trait Implementations§
source§impl PartialEq for Standard
impl PartialEq for Standard
impl Eq for Standard
impl StructuralPartialEq for Standard
Auto Trait Implementations§
impl Freeze for Standard
impl RefUnwindSafe for Standard
impl Send for Standard
impl Sync for Standard
impl Unpin for Standard
impl UnwindSafe for Standard
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
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.