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