pub struct MlExampleId(/* private fields */);Implementations§
Source§impl MlExampleId
impl MlExampleId
Trait Implementations§
Source§impl AsRef<str> for MlExampleId
impl AsRef<str> for MlExampleId
Source§impl Clone for MlExampleId
impl Clone for MlExampleId
Source§fn clone(&self) -> MlExampleId
fn clone(&self) -> MlExampleId
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 MlExampleId
impl Debug for MlExampleId
Source§impl Display for MlExampleId
impl Display for MlExampleId
Source§impl FromStr for MlExampleId
impl FromStr for MlExampleId
Source§impl Hash for MlExampleId
impl Hash for MlExampleId
Source§impl Ord for MlExampleId
impl Ord for MlExampleId
Source§fn cmp(&self, other: &MlExampleId) -> Ordering
fn cmp(&self, other: &MlExampleId) -> 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 MlExampleId
impl PartialEq for MlExampleId
Source§impl PartialOrd for MlExampleId
impl PartialOrd for MlExampleId
Source§impl TryFrom<&str> for MlExampleId
impl TryFrom<&str> for MlExampleId
impl Eq for MlExampleId
impl StructuralPartialEq for MlExampleId
Auto Trait Implementations§
impl Freeze for MlExampleId
impl RefUnwindSafe for MlExampleId
impl Send for MlExampleId
impl Sync for MlExampleId
impl Unpin for MlExampleId
impl UnsafeUnpin for MlExampleId
impl UnwindSafe for MlExampleId
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