pub struct AloRow {
pub index: usize,
pub leverage: f64,
pub eta_tilde: f64,
pub se_sandwich: f64,
}Fields§
§index: usize§leverage: f64§eta_tilde: f64§se_sandwich: f64Auto Trait Implementations§
impl Freeze for AloRow
impl RefUnwindSafe for AloRow
impl Send for AloRow
impl Sync for AloRow
impl Unpin for AloRow
impl UnsafeUnpin for AloRow
impl UnwindSafe for AloRow
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