pub struct SeedCpdRow {Show 28 fields
pub id: CpdId,
pub mnx_id: String,
pub abbreviation: String,
pub name: String,
pub formula: String,
pub mass: String,
pub source: String,
pub charge: i32,
pub is_core: u8,
pub is_obsolete: u8,
pub linked_compound: String,
pub is_cofactor: u8,
pub deltag: String,
pub deltagerr: String,
pub pka: String,
pub pkb: String,
pub abstract_compound: String,
pub comprised_of: String,
pub aliases: String,
pub smiles: String,
pub inchikey: String,
pub hmdb_id: String,
pub reactome_id: String,
pub chebi_id: String,
pub inchi: String,
pub kegg_id: String,
pub bigg_id: String,
pub biocyc_id: String,
}Expand description
Row of dat/seed_metabolites_edited.tsv.
Fields§
§id: CpdId§mnx_id: String§abbreviation: String§name: String§formula: String§mass: String§source: String§charge: i32§is_core: u8§is_obsolete: u8§linked_compound: String§is_cofactor: u8§deltag: String§deltagerr: String§pka: String§pkb: String§abstract_compound: String§comprised_of: String§aliases: String§smiles: String§inchikey: String§hmdb_id: String§reactome_id: String§chebi_id: String§inchi: String§kegg_id: String§bigg_id: String§biocyc_id: StringTrait Implementations§
Source§impl Clone for SeedCpdRow
impl Clone for SeedCpdRow
Source§fn clone(&self) -> SeedCpdRow
fn clone(&self) -> SeedCpdRow
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SeedCpdRow
impl Debug for SeedCpdRow
Source§impl<'de> Deserialize<'de> for SeedCpdRow
impl<'de> Deserialize<'de> for SeedCpdRow
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 SeedCpdRow
impl RefUnwindSafe for SeedCpdRow
impl Send for SeedCpdRow
impl Sync for SeedCpdRow
impl Unpin for SeedCpdRow
impl UnsafeUnpin for SeedCpdRow
impl UnwindSafe for SeedCpdRow
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