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