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