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