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