pub struct Podcast;
Trait Implementations§
Source§impl HasField<__typename> for Podcast
impl HasField<__typename> for Podcast
Source§impl HasField<applePodcastLink> for Podcast
impl HasField<applePodcastLink> for Podcast
Source§impl HasField<legacyData> for Podcast
impl HasField<legacyData> for Podcast
Source§impl HasField<schemaVersion> for Podcast
impl HasField<schemaVersion> for Podcast
Source§impl HasField<spotifyPodcastLink> for Podcast
impl HasField<spotifyPodcastLink> for Podcast
Auto Trait Implementations§
impl Freeze for Podcast
impl RefUnwindSafe for Podcast
impl Send for Podcast
impl Sync for Podcast
impl Unpin for Podcast
impl UnwindSafe for Podcast
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