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