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