Enum discogs::data_structures::SearchType [] [src]

pub enum SearchType {
    Artist,
    Master,
    Label,
    Release,
}

Variants

Methods

impl SearchType
[src]

[src]

Trait Implementations

Auto Trait Implementations

impl Send for SearchType

impl Sync for SearchType