pub struct EntryChembl {
pub chembl_id: String,
pub smiles: String,
pub inchi: String,
pub inchi_key: String,
}
Fields§
§chembl_id: String
§smiles: String
§inchi: String
§inchi_key: String
Implementations§
Auto Trait Implementations§
impl Freeze for EntryChembl
impl RefUnwindSafe for EntryChembl
impl Send for EntryChembl
impl Sync for EntryChembl
impl Unpin for EntryChembl
impl UnwindSafe for EntryChembl
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