pub struct Prices {
pub usd: Option<String>,
pub usd_foil: Option<String>,
pub usd_etched: Option<String>,
pub eur: Option<String>,
pub eur_foil: Option<String>,
pub tix: Option<String>,
}Fields§
§usd: Option<String>§usd_foil: Option<String>§usd_etched: Option<String>§eur: Option<String>§eur_foil: Option<String>§tix: Option<String>Trait Implementations§
Source§impl<'de> Deserialize<'de> for Prices
impl<'de> Deserialize<'de> for Prices
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 Prices
impl RefUnwindSafe for Prices
impl Send for Prices
impl Sync for Prices
impl Unpin for Prices
impl UnwindSafe for Prices
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