pub struct MlFeatureName(/* private fields */);Implementations§
Trait Implementations§
Source§impl AsRef<str> for MlFeatureName
impl AsRef<str> for MlFeatureName
Source§impl Clone for MlFeatureName
impl Clone for MlFeatureName
Source§fn clone(&self) -> MlFeatureName
fn clone(&self) -> MlFeatureName
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 moreSource§impl Debug for MlFeatureName
impl Debug for MlFeatureName
Source§impl Display for MlFeatureName
impl Display for MlFeatureName
Source§impl FromStr for MlFeatureName
impl FromStr for MlFeatureName
Source§impl Hash for MlFeatureName
impl Hash for MlFeatureName
Source§impl Ord for MlFeatureName
impl Ord for MlFeatureName
Source§fn cmp(&self, other: &MlFeatureName) -> Ordering
fn cmp(&self, other: &MlFeatureName) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for MlFeatureName
impl PartialEq for MlFeatureName
Source§impl PartialOrd for MlFeatureName
impl PartialOrd for MlFeatureName
Source§impl TryFrom<&str> for MlFeatureName
impl TryFrom<&str> for MlFeatureName
impl Eq for MlFeatureName
impl StructuralPartialEq for MlFeatureName
Auto Trait Implementations§
impl Freeze for MlFeatureName
impl RefUnwindSafe for MlFeatureName
impl Send for MlFeatureName
impl Sync for MlFeatureName
impl Unpin for MlFeatureName
impl UnsafeUnpin for MlFeatureName
impl UnwindSafe for MlFeatureName
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