[][src]Trait musicbrainz_rs::Fetch

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

This trait provide utily methods for music brainz Fetch resources

Provided methods

fn fetch() -> FetchQuery<Self, I> where
    Self: Sized + Path<'a>,
    I: Include<Self> + PartialEq

Loading content...

Implementors

impl<'_> Fetch<'_, Include> for Area[src]

impl<'_> Fetch<'_, Include> for Artist[src]

impl<'_> Fetch<'_, Include> for Event[src]

impl<'_> Fetch<'_, Include> for Instrument[src]

impl<'_> Fetch<'_, Include> for Label[src]

impl<'_> Fetch<'_, Include> for Place[src]

impl<'_> Fetch<'_, Include> for Recording[src]

impl<'_> Fetch<'_, Include> for Release[src]

impl<'_> Fetch<'_, Include> for ReleaseGroup[src]

impl<'_> Fetch<'_, Include> for Series[src]

impl<'_> Fetch<'_, Include> for Url[src]

impl<'_> Fetch<'_, Include> for Work[src]

Loading content...