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.

Object Safety§

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