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