pub struct Info { /* private fields */ }
Expand description
An inner VCF header info map value.
Trait Implementations
sourceimpl Described for Info
impl Described for Info
sourcefn description(&self) -> &str
fn description(&self) -> &str
Returns the description.
sourcefn description_mut(&mut self) -> &mut String
fn description_mut(&mut self) -> &mut String
Returns a mutable reference to the description.
sourceimpl Inner for Info
impl Inner for Info
type StandardTag = TypedDescribedIndexed
type StandardTag = TypedDescribedIndexed
The standard tag type.
sourceimpl Typed for Info
impl Typed for Info
sourcefn number_mut(&mut self) -> &mut Number
fn number_mut(&mut self) -> &mut Number
Returns a mutable reference to the number.
impl Eq for Info
impl StructuralEq for Info
impl StructuralPartialEq for Info
Auto Trait Implementations
impl RefUnwindSafe for Info
impl Send for Info
impl Sync for Info
impl Unpin for Info
impl UnwindSafe for Info
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.