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