pub struct SinglePodcastEpisodeOutput;
Trait Implementations§
Source§impl HasField<result> for SinglePodcastEpisodeOutput
impl HasField<result> for SinglePodcastEpisodeOutput
Source§type Type = Option<PodcastEpisode>
type Type = Option<PodcastEpisode>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for SinglePodcastEpisodeOutput
impl RefUnwindSafe for SinglePodcastEpisodeOutput
impl Send for SinglePodcastEpisodeOutput
impl Sync for SinglePodcastEpisodeOutput
impl Unpin for SinglePodcastEpisodeOutput
impl UnwindSafe for SinglePodcastEpisodeOutput
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