pub struct RatesTable {
pub table: BTreeMap<NaiveDate, Decimal>,
}
Fields§
§table: BTreeMap<NaiveDate, Decimal>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RatesTable
impl RefUnwindSafe for RatesTable
impl Send for RatesTable
impl Sync for RatesTable
impl Unpin for RatesTable
impl UnwindSafe for RatesTable
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