pub struct DataContribution {
pub id: String,
pub artifact: String,
pub media_type: String,
pub content_schema_id: String,
pub content_schema_digest: String,
pub product_metadata_digest: String,
}Expand description
Inert Data contribution mounted into an explicit interpreter Instance.
Fields§
§id: String§artifact: String§media_type: String§content_schema_id: String§content_schema_digest: String§product_metadata_digest: StringTrait Implementations§
Source§impl Clone for DataContribution
impl Clone for DataContribution
Source§fn clone(&self) -> DataContribution
fn clone(&self) -> DataContribution
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 DataContribution
impl Debug for DataContribution
Source§impl<'de> Deserialize<'de> for DataContribution
impl<'de> Deserialize<'de> for DataContribution
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
impl Eq for DataContribution
Source§impl PartialEq for DataContribution
impl PartialEq for DataContribution
Source§impl Serialize for DataContribution
impl Serialize for DataContribution
impl StructuralPartialEq for DataContribution
Auto Trait Implementations§
impl Freeze for DataContribution
impl RefUnwindSafe for DataContribution
impl Send for DataContribution
impl Sync for DataContribution
impl Unpin for DataContribution
impl UnsafeUnpin for DataContribution
impl UnwindSafe for DataContribution
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.