Struct mtgapi_client::api::set::set_api::SetApi[][src]

pub struct SetApi { /* fields omitted */ }

Responsible for the calls to the /sets endpoint

Methods

impl SetApi
[src]

Returns all Sets

Returns all sets matching the supplied filter

Returns the specified set by the set code

Returns a sample booster pack of cards from the specified set

Auto Trait Implementations

impl !Send for SetApi

impl !Sync for SetApi