[][src]Enum mtgapi_client::api::card::filtertypes::GameFormat

pub enum GameFormat {
    AmonkhetBlock,
    BattleForZendikarBlock,
    Brawl,
    Classic,
    Commander,
    Extended,
    IceAgeBlock,
    InnistradBlock,
    InvasionBlock,
    IxalanBlock,
    KaladeshBlock,
    KamigawaBlock,
    KhansOfTarkirBlock,
    Legacy,
    LorwynShadowmoorBlock,
    MasquesBlock,
    MirageBlock,
    MirrodinBlock,
    Modern,
    OdysseyBlock,
    OnslaughtBlock,
    RavnicaBlock,
    ReturnToRavnicaBlock,
    ScarsOfMirrodinBlock,
    ShadowsOverInnistradBlock,
    ShardsOfAlaraBlock,
    Standard,
    TempestBlock,
    TherosBlock,
    TimeSpiralBlock,
    UnSets,
    UrzaBlock,
    Vintage,
    ZendikarBlock,
}

Available game formats for the game format filter

Variants

AmonkhetBlock
BattleForZendikarBlock
Brawl
Classic
Commander
Extended
IceAgeBlock
InnistradBlock
InvasionBlock
IxalanBlock
KaladeshBlock
KamigawaBlock
KhansOfTarkirBlock
Legacy
LorwynShadowmoorBlock
MasquesBlock
MirageBlock
MirrodinBlock
Modern
OdysseyBlock
OnslaughtBlock
RavnicaBlock
ReturnToRavnicaBlock
ScarsOfMirrodinBlock
ShadowsOverInnistradBlock
ShardsOfAlaraBlock
Standard
TempestBlock
TherosBlock
TimeSpiralBlock
UnSets
UrzaBlock
Vintage
ZendikarBlock

Methods

impl GameFormat[src]

pub fn as_str(self) -> &'static str[src]

Creates the representation expected by the game format filter

Trait Implementations

impl Clone for GameFormat[src]

impl Copy for GameFormat[src]

impl Debug for GameFormat[src]

impl Eq for GameFormat[src]

impl PartialEq<GameFormat> for GameFormat[src]

impl StructuralEq for GameFormat[src]

impl StructuralPartialEq for GameFormat[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<Q, K> Equivalent<K> for Q where
    K: Borrow<Q> + ?Sized,
    Q: Eq + ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.