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