Struct BatchUtility
pub struct BatchUtility {}
Expand description
The batch process utility.
Implementations§
§impl BatchUtility
The batch process utility implementation.
impl BatchUtility
The batch process utility implementation.
pub fn equal_stats(
cashflow_stats: &ElemCashflowStats,
cashflow_stats_str: &str,
) -> bool
pub fn equal_stats( cashflow_stats: &ElemCashflowStats, cashflow_stats_str: &str, ) -> bool
pub fn format_stats(cashflow_stats: &ElemCashflowStats) -> String
pub fn format_stats(cashflow_stats: &ElemCashflowStats) -> String
pub fn parse_options(options: &str) -> HashMap<String, String>
pub fn parse_options(options: &str) -> HashMap<String, String>
Auto Trait Implementations§
impl Freeze for BatchUtility
impl RefUnwindSafe for BatchUtility
impl Send for BatchUtility
impl Sync for BatchUtility
impl Unpin for BatchUtility
impl UnwindSafe for BatchUtility
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