pub struct podcasts;
Trait Implementations§
Source§impl HasArgument<input> for podcasts
impl HasArgument<input> for podcasts
Source§type ArgumentType = Option<MultiPodcastInput>
type ArgumentType = Option<MultiPodcastInput>
The schema marker type of this argument.
Auto Trait Implementations§
impl Freeze for podcasts
impl RefUnwindSafe for podcasts
impl Send for podcasts
impl Sync for podcasts
impl Unpin for podcasts
impl UnwindSafe for podcasts
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