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