pub struct PurchaseUrls {
pub card_kingdom: Option<String>,
pub card_kingdom_etched: Option<String>,
pub card_kingdom_foil: Option<String>,
pub cardmarket: Option<String>,
pub tcgplayer: Option<String>,
pub tcgplayer_etched: Option<String>,
}Expand description
Describes URL paths to purchase a product from a marketplace.
Fields§
§card_kingdom: Option<String>§card_kingdom_etched: Option<String>§card_kingdom_foil: Option<String>§cardmarket: Option<String>§tcgplayer: Option<String>§tcgplayer_etched: Option<String>Trait Implementations§
Source§impl Clone for PurchaseUrls
impl Clone for PurchaseUrls
Source§fn clone(&self) -> PurchaseUrls
fn clone(&self) -> PurchaseUrls
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PurchaseUrls
impl Debug for PurchaseUrls
Source§impl<'de> Deserialize<'de> for PurchaseUrls
impl<'de> Deserialize<'de> for PurchaseUrls
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 PurchaseUrls
impl RefUnwindSafe for PurchaseUrls
impl Send for PurchaseUrls
impl Sync for PurchaseUrls
impl Unpin for PurchaseUrls
impl UnwindSafe for PurchaseUrls
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