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