pub struct Format { /* private fields */ }
Expand description
An inner VCF header format map value.
Trait Implementations§
source§impl Described for Format
impl Described for Format
source§fn description(&self) -> &str
fn description(&self) -> &str
Returns the description.
source§fn description_mut(&mut self) -> &mut String
fn description_mut(&mut self) -> &mut String
Returns a mutable reference to the description.
source§impl Typed for Format
impl Typed for Format
source§fn number_mut(&mut self) -> &mut Number
fn number_mut(&mut self) -> &mut Number
Returns a mutable reference to the number.
impl Eq for Format
impl StructuralEq for Format
impl StructuralPartialEq for Format
Auto Trait Implementations§
impl RefUnwindSafe for Format
impl Send for Format
impl Sync for Format
impl Unpin for Format
impl UnwindSafe for Format
Blanket Implementations§
source§impl<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,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.