pub struct MlDatasetId(/* private fields */);Implementations§
Source§impl MlDatasetId
impl MlDatasetId
Trait Implementations§
Source§impl AsRef<str> for MlDatasetId
impl AsRef<str> for MlDatasetId
Source§impl Clone for MlDatasetId
impl Clone for MlDatasetId
Source§fn clone(&self) -> MlDatasetId
fn clone(&self) -> MlDatasetId
Returns a duplicate of the value. Read more
1.0.0 · 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 MlDatasetId
impl Debug for MlDatasetId
Source§impl Display for MlDatasetId
impl Display for MlDatasetId
Source§impl FromStr for MlDatasetId
impl FromStr for MlDatasetId
Source§impl Hash for MlDatasetId
impl Hash for MlDatasetId
Source§impl Ord for MlDatasetId
impl Ord for MlDatasetId
Source§fn cmp(&self, other: &MlDatasetId) -> Ordering
fn cmp(&self, other: &MlDatasetId) -> Ordering
1.21.0 · 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 MlDatasetId
impl PartialEq for MlDatasetId
Source§impl PartialOrd for MlDatasetId
impl PartialOrd for MlDatasetId
Source§impl TryFrom<&str> for MlDatasetId
impl TryFrom<&str> for MlDatasetId
impl Eq for MlDatasetId
impl StructuralPartialEq for MlDatasetId
Auto Trait Implementations§
impl Freeze for MlDatasetId
impl RefUnwindSafe for MlDatasetId
impl Send for MlDatasetId
impl Sync for MlDatasetId
impl Unpin for MlDatasetId
impl UnsafeUnpin for MlDatasetId
impl UnwindSafe for MlDatasetId
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