pub struct CardSet {
pub set_code: Option<String>,
pub set_name: Option<String>,
pub set_price: Option<String>,
pub set_rarity: Option<String>,
pub set_rarity_code: Option<String>,
}Fields§
§set_code: Option<String>§set_name: Option<String>§set_price: Option<String>§set_rarity: Option<String>§set_rarity_code: Option<String>Trait Implementations§
Source§impl<'de> Deserialize<'de> for CardSet
impl<'de> Deserialize<'de> for CardSet
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 CardSet
impl RefUnwindSafe for CardSet
impl Send for CardSet
impl Sync for CardSet
impl Unpin for CardSet
impl UnsafeUnpin for CardSet
impl UnwindSafe for CardSet
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