Trait musicbrainz_rs::Fetch[][src]

pub trait Fetch<'a> {
    fn fetch() -> FetchQuery<Self>
    where
        Self: Sized + Path<'a>
, { ... } }

Implemented by all fetchable entities (see FetchQuery)

Provided methods

fn fetch() -> FetchQuery<Self> where
    Self: Sized + Path<'a>, 
[src]

Loading content...

Implementors

impl Fetch<'_> for Area[src]

impl Fetch<'_> for Artist[src]

impl Fetch<'_> for Event[src]

impl Fetch<'_> for Instrument[src]

impl Fetch<'_> for Label[src]

impl Fetch<'_> for Place[src]

impl Fetch<'_> for Recording[src]

impl Fetch<'_> for Release[src]

impl Fetch<'_> for ReleaseGroup[src]

impl Fetch<'_> for Series[src]

impl Fetch<'_> for Url[src]

impl Fetch<'_> for Work[src]

Loading content...