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