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