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