pub struct podcastEpisode;
Trait Implementations§
Source§impl Field for podcastEpisode
impl Field for podcastEpisode
Source§impl HasArgument<input> for podcastEpisode
impl HasArgument<input> for podcastEpisode
Source§type ArgumentType = Option<SinglePodcastEpisodeInput>
type ArgumentType = Option<SinglePodcastEpisodeInput>
The schema marker type of this argument.
Source§impl HasField<podcastEpisode> for Query
impl HasField<podcastEpisode> for Query
Source§type Type = Option<SinglePodcastEpisodeOutput>
type Type = Option<SinglePodcastEpisodeOutput>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for podcastEpisode
impl RefUnwindSafe for podcastEpisode
impl Send for podcastEpisode
impl Sync for podcastEpisode
impl Unpin for podcastEpisode
impl UnwindSafe for podcastEpisode
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