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