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