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