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