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