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