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