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