pub struct Price {
pub price_id: Uuid,
pub publication_id: Uuid,
pub currency_code: CurrencyCode,
pub unit_price: f64,
}Fields§
§price_id: Uuid§publication_id: Uuid§currency_code: CurrencyCode§unit_price: f64Auto Trait Implementations§
impl Freeze for Price
impl RefUnwindSafe for Price
impl Send for Price
impl Sync for Price
impl Unpin for Price
impl UnsafeUnpin 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