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