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