pub struct OLS {
pub file_path: String,
pub target: usize,
pub test_size: f64,
}Fields§
§file_path: String§target: usize§test_size: f64Implementations§
Auto Trait Implementations§
impl Freeze for OLS
impl RefUnwindSafe for OLS
impl Send for OLS
impl Sync for OLS
impl Unpin for OLS
impl UnwindSafe for OLS
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