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