pub struct CreatePodcastEpisodeInput;
Trait Implementations§
impl HasInputField<data, CreatePodcastEpisodeDataInput> for CreatePodcastEpisodeInput
impl InputObjectMarker for CreatePodcastEpisodeInput
Auto Trait Implementations§
impl Freeze for CreatePodcastEpisodeInput
impl RefUnwindSafe for CreatePodcastEpisodeInput
impl Send for CreatePodcastEpisodeInput
impl Sync for CreatePodcastEpisodeInput
impl Unpin for CreatePodcastEpisodeInput
impl UnwindSafe for CreatePodcastEpisodeInput
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