pub struct MlFeatureId(/* private fields */);Implementations§
Trait Implementations§
Source§impl AsRef<str> for MlFeatureId
impl AsRef<str> for MlFeatureId
Source§impl Clone for MlFeatureId
impl Clone for MlFeatureId
Source§fn clone(&self) -> MlFeatureId
fn clone(&self) -> MlFeatureId
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 MlFeatureId
impl Debug for MlFeatureId
Source§impl Display for MlFeatureId
impl Display for MlFeatureId
Source§impl FromStr for MlFeatureId
impl FromStr for MlFeatureId
Source§impl Hash for MlFeatureId
impl Hash for MlFeatureId
Source§impl Ord for MlFeatureId
impl Ord for MlFeatureId
Source§fn cmp(&self, other: &MlFeatureId) -> Ordering
fn cmp(&self, other: &MlFeatureId) -> Ordering
1.21.0 (const: unstable) · 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 MlFeatureId
impl PartialEq for MlFeatureId
Source§fn eq(&self, other: &MlFeatureId) -> bool
fn eq(&self, other: &MlFeatureId) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for MlFeatureId
impl PartialOrd for MlFeatureId
Source§impl TryFrom<&str> for MlFeatureId
impl TryFrom<&str> for MlFeatureId
impl Eq for MlFeatureId
impl StructuralPartialEq for MlFeatureId
Auto Trait Implementations§
impl Freeze for MlFeatureId
impl RefUnwindSafe for MlFeatureId
impl Send for MlFeatureId
impl Sync for MlFeatureId
impl Unpin for MlFeatureId
impl UnsafeUnpin for MlFeatureId
impl UnwindSafe for MlFeatureId
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