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