pub enum AssetKind {
Model,
Dataset,
Software,
Evaluation,
}Expand description
Asset type enum to distinguish between models, datasets, software, and evaluations
Variants§
Auto Trait Implementations§
impl Freeze for AssetKind
impl RefUnwindSafe for AssetKind
impl Send for AssetKind
impl Sync for AssetKind
impl Unpin for AssetKind
impl UnwindSafe for AssetKind
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