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