pub struct TrainingInfluenceEntry {
pub kind: TrainingInfluenceKind,
pub scope_id: String,
pub node_id: Option<NodeId>,
pub physical_sample_ids: Vec<SampleId>,
pub origin_sample_ids: Vec<SampleId>,
pub group_ids: Vec<GroupId>,
}Fields§
§kind: TrainingInfluenceKind§scope_id: String§node_id: Option<NodeId>§physical_sample_ids: Vec<SampleId>§origin_sample_ids: Vec<SampleId>§group_ids: Vec<GroupId>Trait Implementations§
Source§impl Clone for TrainingInfluenceEntry
impl Clone for TrainingInfluenceEntry
Source§fn clone(&self) -> TrainingInfluenceEntry
fn clone(&self) -> TrainingInfluenceEntry
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 TrainingInfluenceEntry
impl Debug for TrainingInfluenceEntry
Source§impl<'de> Deserialize<'de> for TrainingInfluenceEntry
impl<'de> Deserialize<'de> for TrainingInfluenceEntry
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 TrainingInfluenceEntry
Source§impl PartialEq for TrainingInfluenceEntry
impl PartialEq for TrainingInfluenceEntry
Source§impl Serialize for TrainingInfluenceEntry
impl Serialize for TrainingInfluenceEntry
impl StructuralPartialEq for TrainingInfluenceEntry
Auto Trait Implementations§
impl Freeze for TrainingInfluenceEntry
impl RefUnwindSafe for TrainingInfluenceEntry
impl Send for TrainingInfluenceEntry
impl Sync for TrainingInfluenceEntry
impl Unpin for TrainingInfluenceEntry
impl UnsafeUnpin for TrainingInfluenceEntry
impl UnwindSafe for TrainingInfluenceEntry
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.