Trait noodles::vcf::header::record::value::map::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.

Object Safety§

This trait is not object safe.

Implementors§

source§

impl Inner for AlternativeAllele

§

type StandardTag = Described

§

type Builder = Builder

source§

impl Inner for Contig

§

type StandardTag = Standard

§

type Builder = Builder

source§

impl Inner for Filter

§

type StandardTag = DescribedIndexed

§

type Builder = DescribedIndexed

source§

impl Inner for Format

§

type StandardTag = TypedDescribedIndexed

§

type Builder = TypedDescribedIndexed<Format>

source§

impl Inner for Info

§

type StandardTag = TypedDescribedIndexed

§

type Builder = TypedDescribedIndexed<Info>

source§

impl Inner for Other

§

type StandardTag = Identity

§

type Builder = Identity