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