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