pub enum MlModelCardIntendedUse {
Research,
Production,
Education,
Evaluation,
Demo,
InternalTooling,
Other,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for MlModelCardIntendedUse
impl Clone for MlModelCardIntendedUse
Source§fn clone(&self) -> MlModelCardIntendedUse
fn clone(&self) -> MlModelCardIntendedUse
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 MlModelCardIntendedUse
impl Debug for MlModelCardIntendedUse
Source§impl Display for MlModelCardIntendedUse
impl Display for MlModelCardIntendedUse
Source§impl FromStr for MlModelCardIntendedUse
impl FromStr for MlModelCardIntendedUse
Source§impl Hash for MlModelCardIntendedUse
impl Hash for MlModelCardIntendedUse
Source§impl Ord for MlModelCardIntendedUse
impl Ord for MlModelCardIntendedUse
Source§fn cmp(&self, other: &MlModelCardIntendedUse) -> Ordering
fn cmp(&self, other: &MlModelCardIntendedUse) -> 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 MlModelCardIntendedUse
impl PartialEq for MlModelCardIntendedUse
Source§fn eq(&self, other: &MlModelCardIntendedUse) -> bool
fn eq(&self, other: &MlModelCardIntendedUse) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for MlModelCardIntendedUse
impl PartialOrd for MlModelCardIntendedUse
impl Copy for MlModelCardIntendedUse
impl Eq for MlModelCardIntendedUse
impl StructuralPartialEq for MlModelCardIntendedUse
Auto Trait Implementations§
impl Freeze for MlModelCardIntendedUse
impl RefUnwindSafe for MlModelCardIntendedUse
impl Send for MlModelCardIntendedUse
impl Sync for MlModelCardIntendedUse
impl Unpin for MlModelCardIntendedUse
impl UnsafeUnpin for MlModelCardIntendedUse
impl UnwindSafe for MlModelCardIntendedUse
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