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