Struct neural_network_rs::dataset::Dataset
source · [−]pub struct Dataset<'a> {
pub dataset_type: DatasetType,
pub name: &'a str,
}
Fields
dataset_type: DatasetType
name: &'a str
Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for Dataset<'a>
impl<'a> Send for Dataset<'a>
impl<'a> Sync for Dataset<'a>
impl<'a> Unpin for Dataset<'a>
impl<'a> UnwindSafe for Dataset<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more