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