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