pub struct MethodsHpoResumeProvenance {
pub graph_fingerprint: String,
pub campaign_fingerprint: String,
pub controller_fingerprint: String,
pub data_identities_fingerprint: String,
pub fold_set_fingerprint: String,
pub training_influence_fingerprint: String,
pub relation_fingerprint: String,
pub selection: MethodsHpoResumeSelection,
}Expand description
Exact coordinator provenance bound to an N4MOPT checkpoint.
Fields§
§graph_fingerprint: String§campaign_fingerprint: String§controller_fingerprint: String§data_identities_fingerprint: String§fold_set_fingerprint: String§training_influence_fingerprint: String§relation_fingerprint: String§selection: MethodsHpoResumeSelectionTrait Implementations§
Source§impl Clone for MethodsHpoResumeProvenance
impl Clone for MethodsHpoResumeProvenance
Source§fn clone(&self) -> MethodsHpoResumeProvenance
fn clone(&self) -> MethodsHpoResumeProvenance
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 MethodsHpoResumeProvenance
impl Debug for MethodsHpoResumeProvenance
Source§impl<'de> Deserialize<'de> for MethodsHpoResumeProvenance
impl<'de> Deserialize<'de> for MethodsHpoResumeProvenance
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<MethodsHpoResumeProvenance, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<MethodsHpoResumeProvenance, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for MethodsHpoResumeProvenance
Source§impl Serialize for MethodsHpoResumeProvenance
impl Serialize for MethodsHpoResumeProvenance
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 MethodsHpoResumeProvenance
Auto Trait Implementations§
impl Freeze for MethodsHpoResumeProvenance
impl RefUnwindSafe for MethodsHpoResumeProvenance
impl Send for MethodsHpoResumeProvenance
impl Sync for MethodsHpoResumeProvenance
impl Unpin for MethodsHpoResumeProvenance
impl UnsafeUnpin for MethodsHpoResumeProvenance
impl UnwindSafe for MethodsHpoResumeProvenance
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.