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