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