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