pub struct PriceRecords {
pub rates: Vec<PriceRecord>,
}Expand description
Metadata information of used commodity conversions
Fields§
§rates: Vec<PriceRecord>Collection of used commodity conversions prices / rates
Trait Implementations§
Source§impl Clone for PriceRecords
impl Clone for PriceRecords
Source§fn clone(&self) -> PriceRecords
fn clone(&self) -> PriceRecords
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PriceRecords
impl Debug for PriceRecords
Auto Trait Implementations§
impl Freeze for PriceRecords
impl RefUnwindSafe for PriceRecords
impl Send for PriceRecords
impl Sync for PriceRecords
impl Unpin for PriceRecords
impl UnwindSafe for PriceRecords
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