pub struct DatasetLoader { /* private fields */ }Expand description
Loads an already-converted dataset bundle from a local directory.
Implementations§
Trait Implementations§
Source§impl Clone for DatasetLoader
impl Clone for DatasetLoader
Source§fn clone(&self) -> DatasetLoader
fn clone(&self) -> DatasetLoader
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 DatasetLoader
impl RefUnwindSafe for DatasetLoader
impl Send for DatasetLoader
impl Sync for DatasetLoader
impl Unpin for DatasetLoader
impl UnsafeUnpin for DatasetLoader
impl UnwindSafe for DatasetLoader
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