pub struct TrialOutcomeRow {Show 19 fields
pub id: String,
pub program: String,
pub drug: String,
pub mechanism: String,
pub phase: String,
pub nct_ids: Vec<String>,
pub population: String,
pub disease_stage: String,
pub amyloid_confirmation: String,
pub duration: String,
pub primary_endpoint: String,
pub cognitive_result: String,
pub biomarker_result: String,
pub aria_or_safety_result: String,
pub regulatory_status: String,
pub source_locators: Vec<String>,
pub finding_ids: Vec<String>,
pub artifact_ids: Vec<String>,
pub tags: Vec<String>,
}Fields§
§id: String§program: String§drug: String§mechanism: String§phase: String§nct_ids: Vec<String>§population: String§disease_stage: String§amyloid_confirmation: String§duration: String§primary_endpoint: String§cognitive_result: String§biomarker_result: String§aria_or_safety_result: String§regulatory_status: String§source_locators: Vec<String>§finding_ids: Vec<String>§artifact_ids: Vec<String>Trait Implementations§
Source§impl Clone for TrialOutcomeRow
impl Clone for TrialOutcomeRow
Source§fn clone(&self) -> TrialOutcomeRow
fn clone(&self) -> TrialOutcomeRow
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 TrialOutcomeRow
impl Debug for TrialOutcomeRow
Source§impl<'de> Deserialize<'de> for TrialOutcomeRow
impl<'de> Deserialize<'de> for TrialOutcomeRow
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 TrialOutcomeRow
impl RefUnwindSafe for TrialOutcomeRow
impl Send for TrialOutcomeRow
impl Sync for TrialOutcomeRow
impl Unpin for TrialOutcomeRow
impl UnsafeUnpin for TrialOutcomeRow
impl UnwindSafe for TrialOutcomeRow
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