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