Struct mtgapi_client::api::card::filter::CardFilter[][src]

pub struct CardFilter(pub String);

Wrapper around the filter string to be used for filtered card api requests

Methods

impl CardFilter
[src]

Creates a new CardFilterBuilder

Trait Implementations

impl PartialEq for CardFilter
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for CardFilter
[src]

impl Clone for CardFilter
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CardFilter
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for CardFilter

impl Sync for CardFilter