pub struct Attribute {Show 18 fields
pub ccds_id: Option<Vec<u8>>,
pub exon_id: Option<Vec<u8>>,
pub exon_number: Option<usize>,
pub exon_version: Option<usize>,
pub gene_biotype: Option<Vec<u8>>,
pub gene_id: Option<Vec<u8>>,
pub gene_name: Option<Vec<u8>>,
pub gene_source: Option<Vec<u8>>,
pub gene_version: Option<usize>,
pub protein_id: Option<Vec<u8>>,
pub protein_version: Option<usize>,
pub tag: Option<Vec<u8>>,
pub transcript_biotype: Option<Vec<u8>>,
pub transcript_id: Option<Vec<u8>>,
pub transcript_name: Option<Vec<u8>>,
pub transcript_source: Option<Vec<u8>>,
pub transcript_support_level: Option<Vec<u8>>,
pub transcript_version: Option<usize>,
}Fields§
§ccds_id: Option<Vec<u8>>§exon_id: Option<Vec<u8>>§exon_number: Option<usize>§exon_version: Option<usize>§gene_biotype: Option<Vec<u8>>§gene_id: Option<Vec<u8>>§gene_name: Option<Vec<u8>>§gene_source: Option<Vec<u8>>§gene_version: Option<usize>§protein_id: Option<Vec<u8>>§protein_version: Option<usize>§tag: Option<Vec<u8>>§transcript_biotype: Option<Vec<u8>>§transcript_id: Option<Vec<u8>>§transcript_name: Option<Vec<u8>>§transcript_source: Option<Vec<u8>>§transcript_support_level: Option<Vec<u8>>§transcript_version: Option<usize>Trait Implementations§
Source§impl<'de> Deserialize<'de> for Attribute
impl<'de> Deserialize<'de> for Attribute
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for Attribute
impl RefUnwindSafe for Attribute
impl Send for Attribute
impl Sync for Attribute
impl Unpin for Attribute
impl UnwindSafe for Attribute
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more