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§
Trait Implementations§
Source§impl Clone for MlModelCardSection
impl Clone for MlModelCardSection
Source§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 moreSource§impl Debug for MlModelCardSection
impl Debug for MlModelCardSection
Source§impl Display for MlModelCardSection
impl Display for MlModelCardSection
Source§impl FromStr for MlModelCardSection
impl FromStr for MlModelCardSection
Source§impl Hash for MlModelCardSection
impl Hash for MlModelCardSection
Source§impl Ord for MlModelCardSection
impl Ord for MlModelCardSection
Source§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
Source§impl PartialEq for MlModelCardSection
impl PartialEq for MlModelCardSection
Source§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