pub struct TrainingFile;Trait Implementations§
Source§impl Debug for TrainingFile
impl Debug for TrainingFile
Auto Trait Implementations§
impl Freeze for TrainingFile
impl RefUnwindSafe for TrainingFile
impl Send for TrainingFile
impl Sync for TrainingFile
impl Unpin for TrainingFile
impl UnwindSafe for TrainingFile
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