Struct noodles_vcf::header::string_maps::StringMap
source · pub struct StringMap { /* private fields */ }
Expand description
An indexed map of VCF strings.
This is also called a dictionary of strings.
See § 6.2.1 Dictionary of strings (2021-05-13).
Implementations§
Trait Implementations§
source§impl PartialEq for StringMap
impl PartialEq for StringMap
impl Eq for StringMap
impl StructuralPartialEq for StringMap
Auto Trait Implementations§
impl Freeze for StringMap
impl RefUnwindSafe for StringMap
impl Send for StringMap
impl Sync for StringMap
impl Unpin for StringMap
impl UnwindSafe for StringMap
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.