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