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