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