Struct ytmapi_rs::query::GetPodcastQuery
source · pub struct GetPodcastQuery<'a> { /* private fields */ }Implementations§
Trait Implementations§
source§impl<'a> ParseFrom<GetPodcastQuery<'a>> for GetPodcast
impl<'a> ParseFrom<GetPodcastQuery<'a>> for GetPodcast
fn parse_from(p: ProcessedResult<'_, GetPodcastQuery<'_>>) -> Result<Self>
source§impl<'a> PostQuery for GetPodcastQuery<'a>
impl<'a> PostQuery for GetPodcastQuery<'a>
source§impl<'a, A: AuthToken> Query<A> for GetPodcastQuery<'a>
impl<'a, A: AuthToken> Query<A> for GetPodcastQuery<'a>
type Output = GetPodcast
type Method = PostMethod
Auto Trait Implementations§
impl<'a> Freeze for GetPodcastQuery<'a>
impl<'a> RefUnwindSafe for GetPodcastQuery<'a>
impl<'a> Send for GetPodcastQuery<'a>
impl<'a> Sync for GetPodcastQuery<'a>
impl<'a> Unpin for GetPodcastQuery<'a>
impl<'a> UnwindSafe for GetPodcastQuery<'a>
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more