[][src]Enum mtgapi_client::api::set::filtertypes::SetBlock

pub enum SetBlock {
    IceAge,
    Mirage,
    Tempest,
    Urza,
    Masques,
    Invasion,
    Odyssey,
    Onslaught,
    Mirrodin,
    Kamigawa,
    Ravnica,
    TimeSpiral,
    Lorwyn,
    Shadowmoor,
    Alara,
    Zendikar,
    ScarsOfMirrodin,
    Innistrad,
    ReturnToRavnica,
    Theros,
    KhansOfTarkir,
    BattleForZendikar,
    ShadowsOverInnistrad,
    Kaladesh,
    Amonkhet,
    Ixalan,
}

Available languages for the language filter

Variants

IceAge
Mirage
Tempest
Urza
Masques
Invasion
Odyssey
Onslaught
Mirrodin
Kamigawa
Ravnica
TimeSpiral
Lorwyn
Shadowmoor
Alara
Zendikar
ScarsOfMirrodin
Innistrad
ReturnToRavnica
Theros
KhansOfTarkir
BattleForZendikar
ShadowsOverInnistrad
Kaladesh
Amonkhet
Ixalan

Methods

impl SetBlock[src]

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

Creates the representation expected by the language filter

Trait Implementations

impl Clone for SetBlock[src]

impl Copy for SetBlock[src]

impl Debug for SetBlock[src]

impl Eq for SetBlock[src]

impl PartialEq<SetBlock> for SetBlock[src]

impl StructuralEq for SetBlock[src]

impl StructuralPartialEq for SetBlock[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.