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