pub struct RepresentationSampleObservationMapping {
pub physical_sample_id: String,
pub source_id: String,
pub observation_ids: Vec<String>,
}Fields§
§physical_sample_id: String§source_id: String§observation_ids: Vec<String>Implementations§
Source§impl RepresentationSampleObservationMapping
impl RepresentationSampleObservationMapping
pub fn validate(&self) -> Result<(), DagMlError>
Trait Implementations§
Source§impl Clone for RepresentationSampleObservationMapping
impl Clone for RepresentationSampleObservationMapping
Source§fn clone(&self) -> RepresentationSampleObservationMapping
fn clone(&self) -> RepresentationSampleObservationMapping
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<'de> Deserialize<'de> for RepresentationSampleObservationMapping
impl<'de> Deserialize<'de> for RepresentationSampleObservationMapping
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<RepresentationSampleObservationMapping, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<RepresentationSampleObservationMapping, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for RepresentationSampleObservationMapping
Source§impl PartialEq for RepresentationSampleObservationMapping
impl PartialEq for RepresentationSampleObservationMapping
Source§fn eq(&self, other: &RepresentationSampleObservationMapping) -> bool
fn eq(&self, other: &RepresentationSampleObservationMapping) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for RepresentationSampleObservationMapping
impl Serialize for RepresentationSampleObservationMapping
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl StructuralPartialEq for RepresentationSampleObservationMapping
Auto Trait Implementations§
impl Freeze for RepresentationSampleObservationMapping
impl RefUnwindSafe for RepresentationSampleObservationMapping
impl Send for RepresentationSampleObservationMapping
impl Sync for RepresentationSampleObservationMapping
impl Unpin for RepresentationSampleObservationMapping
impl UnsafeUnpin for RepresentationSampleObservationMapping
impl UnwindSafe for RepresentationSampleObservationMapping
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,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
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.