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