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