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