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