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