pub struct DatasetSchema {
pub arrays: HashMap<String, usize>,
}Fields§
§arrays: HashMap<String, usize>Trait Implementations§
Source§impl Clone for DatasetSchema
impl Clone for DatasetSchema
Source§fn clone(&self) -> DatasetSchema
fn clone(&self) -> DatasetSchema
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 moreAuto Trait Implementations§
impl Freeze for DatasetSchema
impl RefUnwindSafe for DatasetSchema
impl Send for DatasetSchema
impl Sync for DatasetSchema
impl Unpin for DatasetSchema
impl UnsafeUnpin for DatasetSchema
impl UnwindSafe for DatasetSchema
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