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