noodles_vcf::header::record::value::map

Trait Inner

Source
pub trait Inner: Sized {
    type StandardTag: Standard;
    type Builder: Inner<Self>;
}
Expand description

An inner VCF header map value.

Required Associated Types§

Source

type StandardTag: Standard

The standard tag type.

Source

type Builder: Inner<Self>

The builder type.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

Source§

impl Inner for AlternativeAllele

Source§

type StandardTag = Described

Source§

type Builder = Builder

Source§

impl Inner for Contig

Source§

type StandardTag = Standard

Source§

type Builder = Builder

Source§

impl Inner for Filter

Source§

type StandardTag = DescribedIndexed

Source§

type Builder = DescribedIndexed

Source§

impl Inner for Format

Source§

type StandardTag = TypedDescribedIndexed

Source§

type Builder = TypedDescribedIndexed<Format>

Source§

impl Inner for Info

Source§

type StandardTag = TypedDescribedIndexed

Source§

type Builder = TypedDescribedIndexed<Info>

Source§

impl Inner for Other

Source§

type StandardTag = Identity

Source§

type Builder = Identity