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