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