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