pub struct SinglePodcastEpisodeInput;
Trait Implementations§
impl HasInputField<allowNull, Option<bool>> for SinglePodcastEpisodeInput
impl HasInputField<resolverArgs, Option<JSON>> for SinglePodcastEpisodeInput
impl HasInputField<selector, Option<SelectorInput>> for SinglePodcastEpisodeInput
impl InputObjectMarker for SinglePodcastEpisodeInput
Auto Trait Implementations§
impl Freeze for SinglePodcastEpisodeInput
impl RefUnwindSafe for SinglePodcastEpisodeInput
impl Send for SinglePodcastEpisodeInput
impl Sync for SinglePodcastEpisodeInput
impl Unpin for SinglePodcastEpisodeInput
impl UnwindSafe for SinglePodcastEpisodeInput
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