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