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