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