pub struct CoefficientRow {
pub index: usize,
pub estimate: f64,
pub std_error: Option<f64>,
}Fields§
§index: usize§estimate: f64§std_error: Option<f64>Auto Trait Implementations§
impl Freeze for CoefficientRow
impl RefUnwindSafe for CoefficientRow
impl Send for CoefficientRow
impl Sync for CoefficientRow
impl Unpin for CoefficientRow
impl UnsafeUnpin for CoefficientRow
impl UnwindSafe for CoefficientRow
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