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