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