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