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