pub struct episodeLink;
Trait Implementations§
Source§impl Field for episodeLink
impl Field for episodeLink
Source§impl HasField<episodeLink> for PodcastEpisode
impl HasField<episodeLink> for PodcastEpisode
Auto Trait Implementations§
impl Freeze for episodeLink
impl RefUnwindSafe for episodeLink
impl Send for episodeLink
impl Sync for episodeLink
impl Unpin for episodeLink
impl UnwindSafe for episodeLink
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