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