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