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