Trait scryfall::search::param::value::TextValue

source ·
pub trait TextValue: ParamValue { }
Expand description

A string value for a parameter. Does not support comparison operations.

Searchable parameters that directly use a TextValue argument include watermark() and keyword(). Additionally, many types can

Implementations on Foreign Types§

source§

impl TextValue for &str

source§

impl TextValue for String

Implementors§