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