Enum pixiv::SearchMode[][src]

pub enum SearchMode {
    Text,
    Tag,
    ExactTag,
    Caption,
}

Enum to set search mode param.

Variants

Trait Implementations

impl Debug for SearchMode
[src]

Formats the value using the given formatter. Read more

impl Clone for SearchMode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for SearchMode
[src]

Auto Trait Implementations

impl Send for SearchMode

impl Sync for SearchMode