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