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