pub struct ConditionRecord {Show 14 fields
pub id: String,
pub finding_id: String,
pub text: String,
pub species: Option<String>,
pub model_system: String,
pub method: String,
pub in_vitro: bool,
pub in_vivo: bool,
pub human_data: bool,
pub clinical_trial: bool,
pub exposure_or_efficacy: String,
pub comparator_status: String,
pub translation_scope: String,
pub caveats: Vec<String>,
}Fields§
§id: String§finding_id: String§text: String§species: Option<String>§model_system: String§method: String§in_vitro: bool§in_vivo: bool§human_data: bool§clinical_trial: bool§exposure_or_efficacy: String§comparator_status: String§translation_scope: String§caveats: Vec<String>Trait Implementations§
Source§impl Clone for ConditionRecord
impl Clone for ConditionRecord
Source§fn clone(&self) -> ConditionRecord
fn clone(&self) -> ConditionRecord
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 ConditionRecord
impl Debug for ConditionRecord
Source§impl<'de> Deserialize<'de> for ConditionRecord
impl<'de> Deserialize<'de> for ConditionRecord
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
Source§impl PartialEq for ConditionRecord
impl PartialEq for ConditionRecord
Source§fn eq(&self, other: &ConditionRecord) -> bool
fn eq(&self, other: &ConditionRecord) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ConditionRecord
impl Serialize for ConditionRecord
impl Eq for ConditionRecord
impl StructuralPartialEq for ConditionRecord
Auto Trait Implementations§
impl Freeze for ConditionRecord
impl RefUnwindSafe for ConditionRecord
impl Send for ConditionRecord
impl Sync for ConditionRecord
impl Unpin for ConditionRecord
impl UnsafeUnpin for ConditionRecord
impl UnwindSafe for ConditionRecord
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.