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