pub enum ChainStepRole {
Split,
Preprocess,
Feature,
Model,
Augmentation,
Target,
Other,
}Expand description
Coarse role of a chain step; drives color/legend and position/order scoping in downstream consumers.
Variants§
Trait Implementations§
Source§impl Clone for ChainStepRole
impl Clone for ChainStepRole
Source§fn clone(&self) -> ChainStepRole
fn clone(&self) -> ChainStepRole
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 moreimpl Copy for ChainStepRole
Source§impl Debug for ChainStepRole
impl Debug for ChainStepRole
Source§impl<'de> Deserialize<'de> for ChainStepRole
impl<'de> Deserialize<'de> for ChainStepRole
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 ChainStepRole
Source§impl PartialEq for ChainStepRole
impl PartialEq for ChainStepRole
Source§impl Serialize for ChainStepRole
impl Serialize for ChainStepRole
impl StructuralPartialEq for ChainStepRole
Auto Trait Implementations§
impl Freeze for ChainStepRole
impl RefUnwindSafe for ChainStepRole
impl Send for ChainStepRole
impl Sync for ChainStepRole
impl Unpin for ChainStepRole
impl UnsafeUnpin for ChainStepRole
impl UnwindSafe for ChainStepRole
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.