Enum MlModelCardSection
pub enum MlModelCardSection {
Overview,
IntendedUse,
Factors,
Metrics,
EvaluationData,
TrainingData,
EthicalConsiderations,
CaveatsAndRecommendations,
Limitations,
Contact,
License,
Other,
}Variants§
Overview
IntendedUse
Factors
Metrics
EvaluationData
TrainingData
EthicalConsiderations
CaveatsAndRecommendations
Limitations
Contact
License
Other
Implementations§
§impl MlModelCardSection
impl MlModelCardSection
Trait Implementations§
§impl Clone for MlModelCardSection
impl Clone for MlModelCardSection
§fn clone(&self) -> MlModelCardSection
fn clone(&self) -> MlModelCardSection
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 MlModelCardSection
impl Debug for MlModelCardSection
§impl Display for MlModelCardSection
impl Display for MlModelCardSection
§impl FromStr for MlModelCardSection
impl FromStr for MlModelCardSection
§type Err = MlModelCardError
type Err = MlModelCardError
The associated error which can be returned from parsing.
§fn from_str(
value: &str,
) -> Result<MlModelCardSection, <MlModelCardSection as FromStr>::Err>
fn from_str( value: &str, ) -> Result<MlModelCardSection, <MlModelCardSection as FromStr>::Err>
Parses a string
s to return a value of this type. Read more§impl Hash for MlModelCardSection
impl Hash for MlModelCardSection
§impl Ord for MlModelCardSection
impl Ord for MlModelCardSection
§fn cmp(&self, other: &MlModelCardSection) -> Ordering
fn cmp(&self, other: &MlModelCardSection) -> 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 MlModelCardSection
impl PartialEq for MlModelCardSection
§impl PartialOrd for MlModelCardSection
impl PartialOrd for MlModelCardSection
impl Copy for MlModelCardSection
impl Eq for MlModelCardSection
impl StructuralPartialEq for MlModelCardSection
Auto Trait Implementations§
impl Freeze for MlModelCardSection
impl RefUnwindSafe for MlModelCardSection
impl Send for MlModelCardSection
impl Sync for MlModelCardSection
impl Unpin for MlModelCardSection
impl UnsafeUnpin for MlModelCardSection
impl UnwindSafe for MlModelCardSection
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