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