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