pub struct Genre<'a> { /* private fields */ }Expand description
Retrieves a single genre identified by ID
Implementations
sourceimpl<'a> Genre<'a>
impl<'a> Genre<'a>
sourcepub fn builder() -> GenreBuilder<'a>
pub fn builder() -> GenreBuilder<'a>
Create a builder for this endpoint.
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for Genre<'a>
impl<'a> Send for Genre<'a>
impl<'a> Sync for Genre<'a>
impl<'a> Unpin for Genre<'a>
impl<'a> UnwindSafe for Genre<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more