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