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