pub struct Price43 {
pub amount: f64,
pub currency_code: String,
pub price_tier: Option<String>,
}
Fields§
§amount: f64
§currency_code: String
§price_tier: Option<String>
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Price43
impl<'de> Deserialize<'de> for Price43
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for Price43
impl RefUnwindSafe for Price43
impl Send for Price43
impl Sync for Price43
impl Unpin for Price43
impl UnwindSafe for Price43
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