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