Enum MlModelCardAudience
pub enum MlModelCardAudience {
Developer,
Researcher,
Operator,
EndUser,
Auditor,
Regulator,
Public,
Internal,
}Variants§
Implementations§
§impl MlModelCardAudience
impl MlModelCardAudience
Trait Implementations§
§impl Clone for MlModelCardAudience
impl Clone for MlModelCardAudience
§fn clone(&self) -> MlModelCardAudience
fn clone(&self) -> MlModelCardAudience
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 more§impl Debug for MlModelCardAudience
impl Debug for MlModelCardAudience
§impl Display for MlModelCardAudience
impl Display for MlModelCardAudience
§impl FromStr for MlModelCardAudience
impl FromStr for MlModelCardAudience
§type Err = MlModelCardError
type Err = MlModelCardError
The associated error which can be returned from parsing.
§fn from_str(
value: &str,
) -> Result<MlModelCardAudience, <MlModelCardAudience as FromStr>::Err>
fn from_str( value: &str, ) -> Result<MlModelCardAudience, <MlModelCardAudience as FromStr>::Err>
Parses a string
s to return a value of this type. Read more§impl Hash for MlModelCardAudience
impl Hash for MlModelCardAudience
§impl Ord for MlModelCardAudience
impl Ord for MlModelCardAudience
§fn cmp(&self, other: &MlModelCardAudience) -> Ordering
fn cmp(&self, other: &MlModelCardAudience) -> 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
§impl PartialEq for MlModelCardAudience
impl PartialEq for MlModelCardAudience
§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