pub struct TaxonomyDatasetEntry {
pub dataset_id: String,
pub realism_stress_case: String,
pub larger_roi_case: String,
pub mixed_regime_case: String,
pub notes: Vec<String>,
}Fields§
§dataset_id: String§realism_stress_case: String§larger_roi_case: String§mixed_regime_case: String§notes: Vec<String>Trait Implementations§
Source§impl Clone for TaxonomyDatasetEntry
impl Clone for TaxonomyDatasetEntry
Source§fn clone(&self) -> TaxonomyDatasetEntry
fn clone(&self) -> TaxonomyDatasetEntry
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 TaxonomyDatasetEntry
impl Debug for TaxonomyDatasetEntry
Source§impl<'de> Deserialize<'de> for TaxonomyDatasetEntry
impl<'de> Deserialize<'de> for TaxonomyDatasetEntry
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 TaxonomyDatasetEntry
impl RefUnwindSafe for TaxonomyDatasetEntry
impl Send for TaxonomyDatasetEntry
impl Sync for TaxonomyDatasetEntry
impl Unpin for TaxonomyDatasetEntry
impl UnsafeUnpin for TaxonomyDatasetEntry
impl UnwindSafe for TaxonomyDatasetEntry
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