[][src]Type Definition lastfm_parse_rs::structs::artist::GetTags

type GetTags<'dt> = Tags<'dt>;

Methods

impl<'dt> GetTags<'dt>[src]

pub fn request<'rq>(
    base_url: &'rq str,
    api_key: &'rq str,
    secret: Option<&'rq str>,
    session: Option<&'rq str>,
    artist: &'rq str,
    mbid: Option<&'rq str>,
    autocorrect: Option<u32>,
    user: Option<&'rq str>
) -> Request<'rq, Params<'rq>>
[src]

Trait Implementations

impl<'dt> LastfmType<'dt> for GetTags<'dt>[src]

type Outer = _UserTags<'dt>