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
This method 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