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