pub enum MlModelCardAudience {
Developer,
Researcher,
Operator,
EndUser,
Auditor,
Regulator,
Public,
Internal,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for MlModelCardAudience
impl Clone for MlModelCardAudience
Source§fn clone(&self) -> MlModelCardAudience
fn clone(&self) -> MlModelCardAudience
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 MlModelCardAudience
impl Debug for MlModelCardAudience
Source§impl Display for MlModelCardAudience
impl Display for MlModelCardAudience
Source§impl FromStr for MlModelCardAudience
impl FromStr for MlModelCardAudience
Source§impl Hash for MlModelCardAudience
impl Hash for MlModelCardAudience
Source§impl Ord for MlModelCardAudience
impl Ord for MlModelCardAudience
Source§fn cmp(&self, other: &MlModelCardAudience) -> Ordering
fn cmp(&self, other: &MlModelCardAudience) -> 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 MlModelCardAudience
impl PartialEq for MlModelCardAudience
Source§fn eq(&self, other: &MlModelCardAudience) -> bool
fn eq(&self, other: &MlModelCardAudience) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for MlModelCardAudience
impl PartialOrd for MlModelCardAudience
impl Copy for MlModelCardAudience
impl Eq for MlModelCardAudience
impl StructuralPartialEq for MlModelCardAudience
Auto Trait Implementations§
impl Freeze for MlModelCardAudience
impl RefUnwindSafe for MlModelCardAudience
impl Send for MlModelCardAudience
impl Sync for MlModelCardAudience
impl Unpin for MlModelCardAudience
impl UnsafeUnpin for MlModelCardAudience
impl UnwindSafe for MlModelCardAudience
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