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