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