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