pub struct Attribute {
    pub gene_id: Option<Vec<u8>>,
    pub gene_version: Option<Vec<u8>>,
    pub gene_name: Option<Vec<u8>>,
    pub transcript_id: Option<Vec<u8>>,
    pub transcript_version: Option<Vec<u8>>,
    pub transcript_name: Option<Vec<u8>>,
    pub transcript_biotype: Option<Vec<u8>>,
    pub protein_id: Option<Vec<u8>>,
    pub exon_number: Option<Vec<u8>>,
}

Fields

gene_id: Option<Vec<u8>>gene_version: Option<Vec<u8>>gene_name: Option<Vec<u8>>transcript_id: Option<Vec<u8>>transcript_version: Option<Vec<u8>>transcript_name: Option<Vec<u8>>transcript_biotype: Option<Vec<u8>>protein_id: Option<Vec<u8>>exon_number: Option<Vec<u8>>

Trait Implementations

Formats the value using the given formatter. Read more
Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.