Struct backtester::models::WinRate
source · pub struct WinRate {
pub win_rate: f64,
pub opened: u32,
pub closed: u32,
pub closed_profit: u32,
}
Fields§
§win_rate: f64
§opened: u32
§closed: u32
§closed_profit: u32
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for WinRate
impl Send for WinRate
impl Sync for WinRate
impl Unpin for WinRate
impl UnwindSafe for WinRate
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