pub struct Identifiers {Show 16 fields
pub card_kingdom_etched_id: Option<String>,
pub card_kingdom_foil_id: Option<String>,
pub card_kingdom_id: Option<String>,
pub cardsphere_id: Option<String>,
pub mcm_id: Option<String>,
pub mcm_meta_id: Option<String>,
pub mtg_arena_id: Option<String>,
pub mtgo_foil_id: Option<String>,
pub mtgo_id: Option<String>,
pub mtgjson_v4_id: Option<String>,
pub multiverse_id: Option<String>,
pub scryfall_id: Option<String>,
pub scryfall_oracle_id: Option<String>,
pub scryfall_illustration_id: Option<String>,
pub tcgplayer_product_id: Option<String>,
pub tcgplayer_etched_product_id: Option<String>,
}Expand description
Describes a list of identifiers associated to a Card.
Fields§
§card_kingdom_etched_id: Option<String>§card_kingdom_foil_id: Option<String>§card_kingdom_id: Option<String>§cardsphere_id: Option<String>§mcm_id: Option<String>§mcm_meta_id: Option<String>§mtg_arena_id: Option<String>§mtgo_foil_id: Option<String>§mtgo_id: Option<String>§mtgjson_v4_id: Option<String>§multiverse_id: Option<String>§scryfall_id: Option<String>§scryfall_oracle_id: Option<String>§scryfall_illustration_id: Option<String>§tcgplayer_product_id: Option<String>§tcgplayer_etched_product_id: Option<String>Trait Implementations§
Source§impl Clone for Identifiers
impl Clone for Identifiers
Source§fn clone(&self) -> Identifiers
fn clone(&self) -> Identifiers
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 Identifiers
impl Debug for Identifiers
Source§impl<'de> Deserialize<'de> for Identifiers
impl<'de> Deserialize<'de> for Identifiers
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 Identifiers
impl RefUnwindSafe for Identifiers
impl Send for Identifiers
impl Sync for Identifiers
impl Unpin for Identifiers
impl UnwindSafe for Identifiers
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