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