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