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