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