pub struct Price {
pub date: NaiveDate,
pub commodity: String,
pub amount: Amount,
pub debug: DebugLine,
}Fields§
§date: NaiveDate§commodity: String§amount: Amount§debug: DebugLineImplementations§
Trait Implementations§
impl StructuralPartialEq for Price
Auto Trait Implementations§
impl Freeze for Price
impl RefUnwindSafe for Price
impl Send for Price
impl Sync for Price
impl Unpin for Price
impl UnwindSafe for Price
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