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