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