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