pub enum DataSlice {
Train,
Test,
Tune,
Other,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DataSlice
impl RefUnwindSafe for DataSlice
impl Send for DataSlice
impl Sync for DataSlice
impl Unpin for DataSlice
impl UnwindSafe for DataSlice
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