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