Struct mtgapi_client::model::card::Legality[][src]

pub struct Legality {
    pub format: String,
    pub legality: String,
}

Fields

Trait Implementations

impl Debug for Legality
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Legality

impl Sync for Legality