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