Struct Legality
mtgapi_client::model::card
pub struct Legality { pub format: String, pub legality: String, }
format: String
legality: String
impl Debug for Legality
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Send for Legality
impl Sync for Legality