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