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