pub struct PodcastEpisodeIriOrLabel;Trait Implementations§
source§impl PartialEq<&str> for PodcastEpisodeIriOrLabel
impl PartialEq<&str> for PodcastEpisodeIriOrLabel
source§impl PartialEq<PodcastEpisodeIriOrLabel> for &str
impl PartialEq<PodcastEpisodeIriOrLabel> for &str
source§fn eq(&self, other: &PodcastEpisodeIriOrLabel) -> bool
fn eq(&self, other: &PodcastEpisodeIriOrLabel) -> bool
This method tests for
self and other values to be equal, and is used
by ==.Auto Trait Implementations§
impl Freeze for PodcastEpisodeIriOrLabel
impl RefUnwindSafe for PodcastEpisodeIriOrLabel
impl Send for PodcastEpisodeIriOrLabel
impl Sync for PodcastEpisodeIriOrLabel
impl Unpin for PodcastEpisodeIriOrLabel
impl UnwindSafe for PodcastEpisodeIriOrLabel
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