Struct mtgapi_client::api::set::filter::SetFilter[][src]

pub struct SetFilter(pub String);

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

Methods

impl SetFilter
[src]

Creates a new SetFilterBuilder

Trait Implementations

impl PartialEq for SetFilter
[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 SetFilter
[src]

impl Clone for SetFilter
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for SetFilter
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for SetFilter

impl Sync for SetFilter