pub struct MlRunId(/* private fields */);Implementations§
Trait Implementations§
Source§impl Ord for MlRunId
impl Ord for MlRunId
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 PartialOrd for MlRunId
impl PartialOrd for MlRunId
impl Eq for MlRunId
impl StructuralPartialEq for MlRunId
Auto Trait Implementations§
impl Freeze for MlRunId
impl RefUnwindSafe for MlRunId
impl Send for MlRunId
impl Sync for MlRunId
impl Unpin for MlRunId
impl UnsafeUnpin for MlRunId
impl UnwindSafe for MlRunId
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