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