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