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