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