Trait musicbrainz_rs::entity::search::Searchable[][src]

pub trait Searchable {
    const CREATED_FIELD: &'static str;
    const COUNT_FIELD: &'static str;
    const OFFSET_FIELD: &'static str;
    const ENTITIES_FIELD: &'static str;
}

Associated Constants

const CREATED_FIELD: &'static str[src]

const COUNT_FIELD: &'static str[src]

const OFFSET_FIELD: &'static str[src]

const ENTITIES_FIELD: &'static str[src]

Implementors

impl Searchable for Artist[src]

const CREATED_FIELD: &'static str[src]

const COUNT_FIELD: &'static str[src]

const OFFSET_FIELD: &'static str[src]

const ENTITIES_FIELD: &'static str[src]