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