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