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
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