Enum MlFeatureRole
pub enum MlFeatureRole {
Input,
Target,
Weight,
Group,
Timestamp,
Identifier,
Metadata,
Ignore,
}Variants§
Implementations§
§impl MlFeatureRole
impl MlFeatureRole
Trait Implementations§
§impl Clone for MlFeatureRole
impl Clone for MlFeatureRole
§fn clone(&self) -> MlFeatureRole
fn clone(&self) -> MlFeatureRole
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more§impl Debug for MlFeatureRole
impl Debug for MlFeatureRole
§impl Display for MlFeatureRole
impl Display for MlFeatureRole
§impl FromStr for MlFeatureRole
impl FromStr for MlFeatureRole
§type Err = MlFeatureError
type Err = MlFeatureError
The associated error which can be returned from parsing.
§fn from_str(
value: &str,
) -> Result<MlFeatureRole, <MlFeatureRole as FromStr>::Err>
fn from_str( value: &str, ) -> Result<MlFeatureRole, <MlFeatureRole as FromStr>::Err>
Parses a string
s to return a value of this type. Read more§impl Hash for MlFeatureRole
impl Hash for MlFeatureRole
§impl Ord for MlFeatureRole
impl Ord for MlFeatureRole
§impl PartialEq for MlFeatureRole
impl PartialEq for MlFeatureRole
§impl PartialOrd for MlFeatureRole
impl PartialOrd for MlFeatureRole
impl Copy for MlFeatureRole
impl Eq for MlFeatureRole
impl StructuralPartialEq for MlFeatureRole
Auto Trait Implementations§
impl Freeze for MlFeatureRole
impl RefUnwindSafe for MlFeatureRole
impl Send for MlFeatureRole
impl Sync for MlFeatureRole
impl Unpin for MlFeatureRole
impl UnsafeUnpin for MlFeatureRole
impl UnwindSafe for MlFeatureRole
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